summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorseth <[email protected]>2023-04-21 07:57:37 -0400
committerseth <[email protected]>2023-04-21 07:57:37 -0400
commitd34145b39a6282455499973e54efc8a6aace2712 (patch)
treebe7a3bdf19633ea124bff4beef52c0a2eec38236
parentb3dc31fac86e542f788158cf80476c7194d69361 (diff)
pin nixpkgs to nixos-22.11
-rw-r--r--flake.lock7
-rw-r--r--flake.nix1
2 files changed, 5 insertions, 3 deletions
diff --git a/flake.lock b/flake.lock
index 1ab0e32..f6771c6 100644
--- a/flake.lock
+++ b/flake.lock
@@ -304,15 +304,16 @@
},
"nixpkgs": {
"locked": {
- "lastModified": 1681956304,
- "narHash": "sha256-unQAkIwasSPc51R+CHF+r+58WM4bU/lEnXPSpi6yAxg=",
+ "lastModified": 1681932375,
+ "narHash": "sha256-tSXbYmpnKSSWpzOrs27ie8X3I0yqKA6AuCzCYNtwbCU=",
"owner": "NixOS",
"repo": "nixpkgs",
- "rev": "5b7bbca14c3627153bd305bec9a71f98b56c140c",
+ "rev": "3d302c67ab8647327dba84fbdb443cdbf0e82744",
"type": "github"
},
"original": {
"id": "nixpkgs",
+ "ref": "nixos-22.11",
"type": "indirect"
}
},
diff --git a/flake.nix b/flake.nix
index fad62f1..a1c84f5 100644
--- a/flake.nix
+++ b/flake.nix
@@ -7,6 +7,7 @@
};
inputs = {
+ nixpkgs.url = "nixpkgs/nixos-22.11";
nixpkgsUnstable.url = "nixpkgs/nixos-unstable";
agenix = {
url = "github:ryantm/agenix";