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 --- flake.nix | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'flake.nix') diff --git a/flake.nix b/flake.nix index dfacbf5..b08d42d 100644 --- a/flake.nix +++ b/flake.nix @@ -9,17 +9,17 @@ master.url = "github:nixos/nixpkgs/master"; home-manager.url = "github:nix-community/home-manager"; - home-manager.inputs.nixpkgs.follows = "unstable-small"; + home-manager.inputs.nixpkgs.follows = "unstable"; sops-nix.url = "github:Mic92/sops-nix"; - sops-nix.inputs.nixpkgs.follows = "unstable-small"; + sops-nix.inputs.nixpkgs.follows = "unstable"; neovim.url = "github:neovim/neovim?dir=contrib"; - neovim.inputs.nixpkgs.follows = "unstable-small"; + neovim.inputs.nixpkgs.follows = "unstable"; # https://github.com/NixOS/nix/pull/5342 chaotic-nixpkgs.url = "git+https://git.sr.ht/~boppy/chaotic-nixpkgs?ref=main"; - chaotic-nixpkgs.inputs.nixpkgs.follows = "unstable-small"; + chaotic-nixpkgs.inputs.nixpkgs.follows = "unstable"; wallpapers = { url = "git+https://git.sr.ht/~boppy/wall?ref=main"; flake = false; }; }; -- cgit 1.4.1