diff options
author | stuebinm | 2023-04-25 17:13:20 +0200 |
---|---|---|
committer | stuebinm | 2023-04-25 17:13:20 +0200 |
commit | d07aa845a798c0708026bc0b5dc9abab3ca5409f (patch) | |
tree | 9b9880cbaeb8f9e9a0545f04aa893e0fab87ea3f | |
parent | d5cc499a366963d6ad898ab36d98108705197566 (diff) |
flake registry: add nixpkgs-unstable
Diffstat (limited to '')
-rw-r--r-- | common/common.nix | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/common/common.nix b/common/common.nix index 0f8cc11..ee5ddf2 100644 --- a/common/common.nix +++ b/common/common.nix @@ -2,7 +2,10 @@ { - nix.registry.nixpkgs.flake = inputs.nixpkgs; + nix.registry = { + nixpkgs.flake = inputs.nixpkgs; + unstable.flake = inputs.nixpkgs-unstable; + }; services.journald.extraConfig = "MaxRetentionSec=48h"; |