diff options
author | Parthiv Seetharaman <pachum99@myrdd.info> | 2022-02-05 21:18:33 -0800 |
---|---|---|
committer | Parthiv Seetharaman <pachum99@myrdd.info> | 2022-02-05 21:18:33 -0800 |
commit | e65f245314215dfca116d7d04e783ed767e168f7 (patch) | |
tree | b5ef3add8baf5326f1f85aa0fb64137f657f027d | |
parent | eae546802a987473b88ce9995dd74fae5a497037 (diff) |
flake: switch nixpkgs input to nixos-21.11
-rw-r--r-- | flake.lock | 12 | ||||
-rw-r--r-- | flake.nix | 1 |
2 files changed, 8 insertions, 5 deletions
@@ -48,16 +48,18 @@ }, "nixpkgs": { "locked": { - "lastModified": 1643472818, - "narHash": "sha256-qzVPxKDUubYIxKRSuDl/JgzXWSmGvUVYny9SxFMfPJM=", + "lastModified": 1643503720, + "narHash": "sha256-tJic20ufuRnG8V+fTCd3YU6xl1ImxNspoEkXHct0AG4=", "owner": "NixOS", "repo": "nixpkgs", - "rev": "7f65e4abd5ecaad12d2d26e4380d1a7d8edafea7", + "rev": "0f316e4d72daed659233817ffe52bf08e081b5de", "type": "github" }, "original": { - "id": "nixpkgs", - "type": "indirect" + "owner": "NixOS", + "ref": "nixos-21.11", + "repo": "nixpkgs", + "type": "github" } }, "root": { @@ -1,5 +1,6 @@ { inputs = { + nixpkgs.url = "github:NixOS/nixpkgs/nixos-21.11"; devshell.url = "github:numtide/devshell"; nixlib.url = "github:divnix/nixpkgs.lib"; flake-compat = { |