diff options
| author | seth <[email protected]> | 2023-04-21 07:57:37 -0400 |
|---|---|---|
| committer | seth <[email protected]> | 2023-04-21 07:57:37 -0400 |
| commit | d34145b39a6282455499973e54efc8a6aace2712 (patch) | |
| tree | be7a3bdf19633ea124bff4beef52c0a2eec38236 | |
| parent | b3dc31fac86e542f788158cf80476c7194d69361 (diff) | |
pin nixpkgs to nixos-22.11
| -rw-r--r-- | flake.lock | 7 | ||||
| -rw-r--r-- | flake.nix | 1 |
2 files changed, 5 insertions, 3 deletions
@@ -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" } }, @@ -7,6 +7,7 @@ }; inputs = { + nixpkgs.url = "nixpkgs/nixos-22.11"; nixpkgsUnstable.url = "nixpkgs/nixos-unstable"; agenix = { url = "github:ryantm/agenix"; |
