hosts: simplify nix_path
This commit is contained in:
parent
bd50bcbdc2
commit
7c0381f478
|
@ -1,5 +1,4 @@
|
|||
{ home
|
||||
, lib
|
||||
{ lib
|
||||
, nixos
|
||||
, master
|
||||
, nixos-hardware
|
||||
|
@ -47,9 +46,7 @@ let
|
|||
nix.nixPath = let path = toString ../.; in
|
||||
[
|
||||
"nixos-unstable=${master}"
|
||||
"nixpkgs=${nixos}"
|
||||
"nixpkgs-overlays=${path}/overlays"
|
||||
"home-manager=${home}"
|
||||
"nixos=${nixos}"
|
||||
];
|
||||
|
||||
nixpkgs = { inherit pkgs; };
|
||||
|
@ -58,7 +55,6 @@ let
|
|||
master.flake = master;
|
||||
nixflk.flake = self;
|
||||
nixpkgs.flake = nixos;
|
||||
home-manager.flake = home;
|
||||
};
|
||||
|
||||
system.configurationRevision = lib.mkIf (self ? rev) self.rev;
|
||||
|
|
|
@ -67,7 +67,7 @@ in
|
|||
nr = "np remove";
|
||||
ns = "n search --no-update-lock-file";
|
||||
nf = "n flake";
|
||||
nepl = "n repl '<nixpkgs>'";
|
||||
nepl = "n repl '<nixos>'";
|
||||
srch = "ns nixpkgs";
|
||||
nrb = ifSudo "sudo nixos-rebuild";
|
||||
mn = ''
|
||||
|
|
Loading…
Reference in a new issue