21.11-small -> 21.11

This commit is contained in:
Sean Buckley 2021-11-30 02:24:32 -05:00
parent 1a706c0a27
commit a7f01a4590
2 changed files with 5 additions and 5 deletions

View file

@ -17,16 +17,16 @@
}, },
"nixpkgs": { "nixpkgs": {
"locked": { "locked": {
"lastModified": 1638021263, "lastModified": 1638161295,
"narHash": "sha256-9Ia8iOtj2+keR2rvS7cfK9ZkKi4YMW21NhTiRWcm/Qo=", "narHash": "sha256-gLVjBxvI5tLMl2BzbGnpgVppnAxTrkrVeCyBQ5N6VQs=",
"owner": "NixOS", "owner": "NixOS",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "f4bba5b4c7e8ba3334617c34435cd2332a359c35", "rev": "8e6b3914626900ad8f465c3e3541edbb86a95d41",
"type": "github" "type": "github"
}, },
"original": { "original": {
"id": "nixpkgs", "id": "nixpkgs",
"ref": "nixos-21.11-small", "ref": "nixos-21.11",
"type": "indirect" "type": "indirect"
} }
}, },

View file

@ -1,5 +1,5 @@
{ {
inputs.nixpkgs.url = "nixpkgs/nixos-21.11-small"; inputs.nixpkgs.url = "nixpkgs/nixos-21.11";
inputs.impermanence.url = "github:nix-community/impermanence"; inputs.impermanence.url = "github:nix-community/impermanence";
outputs = { self, nixpkgs, impermanence, ... }: outputs = { self, nixpkgs, impermanence, ... }: