aboutsummaryrefslogtreecommitdiff
path: root/flake.nix
diff options
context:
space:
mode:
authorFranck Cuny <franck@fcuny.net>2023-01-09 17:23:16 -0800
committerFranck Cuny <franck@fcuny.net>2023-01-09 17:23:16 -0800
commitc9ce4019ddb5e90cd0c9d14609104cfeb8d2302e (patch)
tree8aca7796ab39807e19760f528d9489051a576ad1 /flake.nix
parentfix(modules/unifi): proper monitoring and latest version (diff)
downloadinfra-c9ce4019ddb5e90cd0c9d14609104cfeb8d2302e.tar.gz
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 ...
Diffstat (limited to '')
-rw-r--r--flake.nix2
1 files changed, 1 insertions, 1 deletions
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";