sourcephile
/
git
/
julm
/
julm-nix.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e03dee4
)
oignon: nix: set NIX_PATH
author
Julien Moutinho
<julm+julm-nix@sourcephile.fr>
Sat, 26 Mar 2022 12:13:45 +0000
(13:13 +0100)
committer
Julien Moutinho
<julm+julm-nix@sourcephile.fr>
Sat, 26 Mar 2022 12:15:47 +0000
(13:15 +0100)
hosts/oignon.nix
patch
|
blob
|
history
diff --git
a/hosts/oignon.nix
b/hosts/oignon.nix
index 433dcd092194aa4b0ff782f7e9d620ed4fd62e41..cd8f45f9ac787209c15d9b203db92105da6cdd3d 100644
(file)
--- a/
hosts/oignon.nix
+++ b/
hosts/oignon.nix
@@
-1,4
+1,4
@@
-{ config, pkgs, lib, private, hostName, ... }:
+{ config, pkgs, lib,
inputs,
private, hostName, ... }:
{
imports = [
../nixos/profiles/debug.nix
@@
-62,6
+62,7
@@
nix = {
binaryCachePublicKeys = map lib.readFile [
../private/shared/nix/losurdo.pub
];
+ nixPath = lib.mkForce [ "nixpkgs=${inputs.nixpkgs}" ];
};
#environment.etc."nixpkgs".source = pkgs.path;
#environment.etc."nixpkgs-overlays".source = inputs.self + "/nixpkgs";