about summary refs log tree commit diff stats
path: root/flake.nix
diff options
context:
space:
mode:
authorSoispha <soispha@vhack.eu>2023-10-31 17:45:58 +0100
committerSoispha <soispha@vhack.eu>2023-10-31 17:45:58 +0100
commite4454f8de763f004c3da20cada001600b761b6d9 (patch)
tree3bd6b67d4a8d3cbea233993260111501fea19ce4 /flake.nix
parentfix(hm/conf/firefox/profs): Put all downloads into the download dir (diff)
downloadnixos-config-e4454f8de763f004c3da20cada001600b761b6d9.tar.gz
nixos-config-e4454f8de763f004c3da20cada001600b761b6d9.zip
build(treewide): Update
Diffstat (limited to 'flake.nix')
-rw-r--r--flake.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/flake.nix b/flake.nix
index d0f1eb33..cf251beb 100644
--- a/flake.nix
+++ b/flake.nix
@@ -3,7 +3,7 @@
 
   inputs = {
     # base
-    nixpkgs.url = "github:NixOS/nixpkgs/7c9cc5a6e5d38010801741ac830a3f8fd667a7a0";
+    nixpkgs.url = "github:NixOS/nixpkgs/nixos-unstable"; # 7c9cc5a6e5d38010801741ac830a3f8fd667a7a0
     nixpkgs-stable.url = "github:NixOS/nixpkgs/nixos-23.05"; # 5550a85a087c04ddcace7f892b0bdc9d8bb080c8
 
     my_flake = {