mirror of
https://github.com/buckley310/nixos-config.git
synced 2024-12-21 19:24:15 +00:00
use correct flake during auto-upgrade
This commit is contained in:
parent
541f853c9d
commit
92263cd97e
1 changed files with 2 additions and 0 deletions
|
@ -19,6 +19,8 @@ in
|
||||||
experimental-features = nix-command flakes
|
experimental-features = nix-command flakes
|
||||||
'';
|
'';
|
||||||
|
|
||||||
|
system.autoUpgrade.flake = cfg.rebuildPath;
|
||||||
|
|
||||||
environment.systemPackages = map
|
environment.systemPackages = map
|
||||||
(x: (pkgs.writeShellScriptBin
|
(x: (pkgs.writeShellScriptBin
|
||||||
"sc-${builtins.head x}"
|
"sc-${builtins.head x}"
|
||||||
|
|
Loading…
Reference in a new issue