use host
variable
Signed-off-by: Harald Hoyer <harald@hoyer.xyz>
This commit is contained in:
parent
4e031e5dd5
commit
b75e42ab0a
2 changed files with 4 additions and 4 deletions
|
@ -1,4 +1,4 @@
|
|||
{ pkgs, lib, ... }:
|
||||
{ pkgs, lib, host, ... }:
|
||||
with lib;
|
||||
with lib.plusultra;
|
||||
{
|
||||
|
@ -24,7 +24,7 @@ with lib.plusultra;
|
|||
"--update-input"
|
||||
"unstable"
|
||||
];
|
||||
flake = "git+https://git.hoyer.xyz/harald/nixcfg#x1";
|
||||
flake = "git+https://git.hoyer.xyz/harald/nixcfg#${host}";
|
||||
};
|
||||
|
||||
system.stateVersion = "23.11";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue