From 9cff9ce8a4626bb83422e90b55e93c80586ac817 Mon Sep 17 00:00:00 2001 From: sefidel Date: Sat, 5 Feb 2022 13:46:06 +0900 Subject: feat(pkgs)!: unstable-small -> unstable * Changes default branch to unstable * nixpkgsUnstable (nixos-unstable) -> nixpkgs * nixpkgs (nixos-unstable-small) -> nixpkgsSmall --- nixos/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'nixos/default.nix') diff --git a/nixos/default.nix b/nixos/default.nix index c947084..616381e 100644 --- a/nixos/default.nix +++ b/nixos/default.nix @@ -1,9 +1,9 @@ -{ self, unstable-small, ... } @ inputs: +{ self, unstable, ... } @ inputs: { alpha = self.lib.mkSystem { name = "alpha"; - nixpkgs = unstable-small; + nixpkgs = unstable; overlays = with inputs; [ chaotic-nixpkgs.overlay ]; extraModules = [ inputs.sops-nix.nixosModules.sops -- cgit 1.4.1