mirror of
https://codeberg.org/privacy1st/nix-git
synced 2024-11-21 22:03:19 +01:00
refactor: unstable
This commit is contained in:
parent
9c68a345f2
commit
bb02598084
@ -7,11 +7,15 @@
|
||||
# };
|
||||
#};
|
||||
|
||||
# Import NUR with niv.
|
||||
nixpkgs.config.packageOverrides = pkgs: {
|
||||
# Import NUR with niv.
|
||||
nur = import (import ../nix/sources.nix).NUR {
|
||||
inherit pkgs;
|
||||
};
|
||||
# Import unstable with niv.
|
||||
unstable = import (import ../nix/sources.nix).unstable {
|
||||
inherit pkgs;
|
||||
};
|
||||
};
|
||||
|
||||
# Test if NUR was imported successfully.
|
@ -1,12 +1,5 @@
|
||||
{ config, pkgs, lib, ... }:
|
||||
{
|
||||
# Import unstable with niv.
|
||||
nixpkgs.config.packageOverrides = pkgs: {
|
||||
unstable = import (import ../nix/sources.nix).unstable {
|
||||
inherit pkgs;
|
||||
};
|
||||
};
|
||||
|
||||
users.users.yoda = {
|
||||
packages = with pkgs; [
|
||||
signal-desktop-beta # Signal client
|
||||
|
Loading…
Reference in New Issue
Block a user