nix: use indirect nixpkgs

This commit is contained in:
Dmitriy Pleshevskiy 2022-11-22 10:43:25 +03:00
parent 520a06d52c
commit 39de71b40e
Signed by: pleshevskiy
GPG Key ID: 1B59187B161C0215
2 changed files with 5 additions and 8 deletions

View File

@ -17,18 +17,16 @@
},
"nixpkgs": {
"locked": {
"lastModified": 1668650906,
"narHash": "sha256-JuiYfDO23O8oxUUOmhQflmOoJovyC5G4RjcYQMQjrRE=",
"lastModified": 1669045945,
"narHash": "sha256-BQxzijvZpLQ7R+KuQzCPcFgIS6OK0Onb29pYFe2pzJo=",
"owner": "NixOS",
"repo": "nixpkgs",
"rev": "3a86856a13c88c8c64ea32082a851fefc79aa700",
"rev": "6b5019a48f876f3288efc626fa8b70ad0c64eb46",
"type": "github"
},
"original": {
"owner": "NixOS",
"ref": "nixpkgs-unstable",
"repo": "nixpkgs",
"type": "github"
"id": "nixpkgs",
"type": "indirect"
}
},
"root": {

View File

@ -1,6 +1,5 @@
{
inputs = {
nixpkgs.url = "github:NixOS/nixpkgs/nixpkgs-unstable";
flake-utils.url = "github:numtide/flake-utils";
};