This commit is contained in:
dusk 2021-08-20 16:47:30 +03:00
parent 3b2e6c45a8
commit 08c79b45fb
Signed by: dusk
GPG Key ID: 1D8F8FAF2294D6EA
2 changed files with 5 additions and 5 deletions

View File

@ -350,16 +350,16 @@
}, },
"nixos": { "nixos": {
"locked": { "locked": {
"lastModified": 1629460250, "lastModified": 1629379628,
"narHash": "sha256-s9XXMYFHykY/1g942o5gZHeAGPN0d+qjpfPXui1OpL0=", "narHash": "sha256-dI8wpEo7wIVWoTUk2oyWFUnlVHNKLs+ren1TqITN1mI=",
"owner": "nixos", "owner": "nixos",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "bd21f646da8ba60adf8fc36be177ea1ff566ecb3", "rev": "a1007637cea374bd1bafd754cfd5388894c49129",
"type": "github" "type": "github"
}, },
"original": { "original": {
"owner": "nixos", "owner": "nixos",
"ref": "release-21.05", "ref": "nixos-21.05",
"repo": "nixpkgs", "repo": "nixpkgs",
"type": "github" "type": "github"
} }

View File

@ -3,7 +3,7 @@
inputs = inputs =
{ {
nixos.url = "github:nixos/nixpkgs/release-21.05"; nixos.url = "github:nixos/nixpkgs/nixos-21.05";
latest.url = "github:nixos/nixpkgs/nixos-unstable"; latest.url = "github:nixos/nixpkgs/nixos-unstable";
digga.url = "github:divnix/digga/main"; digga.url = "github:divnix/digga/main";