From d07aa845a798c0708026bc0b5dc9abab3ca5409f Mon Sep 17 00:00:00 2001 From: stuebinm Date: Tue, 25 Apr 2023 17:13:20 +0200 Subject: flake registry: add nixpkgs-unstable --- common/common.nix | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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"; -- cgit v1.2.3