about summary refs log tree commit diff
path: root/flake.nix
diff options
context:
space:
mode:
authorsefidel <contact@sefidel.net>2022-02-05 13:46:06 +0900
committersefidel <contact@sefidel.net>2022-02-05 13:46:15 +0900
commit9cff9ce8a4626bb83422e90b55e93c80586ac817 (patch)
tree2429c8c11308032d9bca2b5b2e145d1d9c4f9b92 /flake.nix
parentfff4608bf194f4e3a99c41666881a68cbe41280a (diff)
downloadnixrc-9cff9ce8a4626bb83422e90b55e93c80586ac817.tar.gz
nixrc-9cff9ce8a4626bb83422e90b55e93c80586ac817.zip
feat(pkgs)!: unstable-small -> unstable
* Changes default branch to unstable
* nixpkgsUnstable (nixos-unstable) -> nixpkgs
* nixpkgs (nixos-unstable-small) -> nixpkgsSmall
Diffstat (limited to 'flake.nix')
-rw-r--r--flake.nix8
1 files changed, 4 insertions, 4 deletions
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; };
   };