mirror of
https://github.com/buckley310/nixos-config.git
synced 2024-11-09 18:47:02 +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
|
||||
'';
|
||||
|
||||
system.autoUpgrade.flake = cfg.rebuildPath;
|
||||
|
||||
environment.systemPackages = map
|
||||
(x: (pkgs.writeShellScriptBin
|
||||
"sc-${builtins.head x}"
|
||||
|
|
Loading…
Reference in a new issue