From c9ce4019ddb5e90cd0c9d14609104cfeb8d2302e Mon Sep 17 00:00:00 2001 From: Franck Cuny Date: Mon, 9 Jan 2023 17:23:16 -0800 Subject: ref(flake): let's stay on stable There's no need to be on unstable, I prefer break things only twice a year instead of every time I run an update ... --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'flake.nix') diff --git a/flake.nix b/flake.nix index 662e6ce..2017a02 100644 --- a/flake.nix +++ b/flake.nix @@ -6,7 +6,7 @@ type = "github"; owner = "NixOS"; repo = "nixpkgs"; - ref = "nixos-unstable"; + ref = "nixos-22.11"; }; futils.url = "github:numtide/flake-utils"; -- cgit 1.4.1