unstable -> 21.11-small

This commit is contained in:
Sean Buckley 2021-11-29 02:43:04 -05:00
parent 9b28154273
commit ab09e32ae0
2 changed files with 5 additions and 5 deletions

View file

@ -17,16 +17,16 @@
}, },
"nixpkgs": { "nixpkgs": {
"locked": { "locked": {
"lastModified": 1637155076, "lastModified": 1638021263,
"narHash": "sha256-26ZPNiuzlsnXpt55Q44+yzXvp385aNAfevzVEKbrU5Q=", "narHash": "sha256-9Ia8iOtj2+keR2rvS7cfK9ZkKi4YMW21NhTiRWcm/Qo=",
"owner": "NixOS", "owner": "NixOS",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "715f63411952c86c8f57ab9e3e3cb866a015b5f2", "rev": "f4bba5b4c7e8ba3334617c34435cd2332a359c35",
"type": "github" "type": "github"
}, },
"original": { "original": {
"id": "nixpkgs", "id": "nixpkgs",
"ref": "nixos-unstable", "ref": "nixos-21.11-small",
"type": "indirect" "type": "indirect"
} }
}, },

View file

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