Use point release instead of rolling release

This commit is contained in:
2022-12-11 22:55:42 +01:00
parent 50df6944ea
commit 4ec5710dba

View File

@@ -2,7 +2,7 @@
description = "System configuration for zion";
inputs = {
nixpkgs.url = "nixpkgs/nixos-unstable";
nixpkgs.url = "nixpkgs/nixos-22.11";
agenix = {
url = "github:ryantm/agenix";
inputs.nixpkgs.follows = "nixpkgs";