From c1e00239cfdccc0048968646067017813ed64d83 Mon Sep 17 00:00:00 2001 From: Bit Borealis Date: Sat, 30 Mar 2024 18:04:32 -0400 Subject: [PATCH] change to unstable, --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index a3995c4..837952e 100644 --- a/flake.nix +++ b/flake.nix @@ -7,7 +7,7 @@ }; inputs = { - nixpkgs.url = "github:geekygays/nixpkgs"; + nixpkgs.url = "github:nixos/nixpkgs?ref=nixos-unstable"; nixos-hardware.url = "github:nixos/nixos-hardware"; systems.url = "github:geekygays/systems";