diff options
| author | quentin@aristote.fr <quentin@aristote.fr> | 2023-11-04 19:16:03 +0100 |
|---|---|---|
| committer | quentin@aristote.fr <quentin@aristote.fr> | 2023-11-04 19:16:03 +0100 |
| commit | c45f36563de164bdd13025416e2d8e82f16e3840 (patch) | |
| tree | 543c830a73f9c2c0c7dd0ab11ebca69f8090ae6f /config | |
| parent | c3d5a47fed6d3065025fe8b896933bd95ebdfd03 (diff) | |
nix: autoupdate nixpkgs-unstable
Diffstat (limited to 'config')
| -rw-r--r-- | config/nix.nix | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/config/nix.nix b/config/nix.nix index 7b8360a..069a101 100644 --- a/config/nix.nix +++ b/config/nix.nix @@ -1,4 +1,4 @@ -{ lib, ... }: +{ pkgs, lib, ... }: { personal.nix = { @@ -8,4 +8,7 @@ flake = "git+file:///etc/nixos/"; }; nix.settings.max-jobs = lib.mkDefault 1; + + system.autoUpgrade.flags = + pkgs.personal.lib.updateInputFlag "nixpkgs-unstable"; } |
