1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2025-06-25 02:21:16 +02:00

flake: use github: reference to nixpkgs

This allows flakes that don't override the Nixpkgs input and also have a
different flake registry.
This commit is contained in:
Cole Helbling 2022-05-16 11:46:44 -07:00
parent 937a106100
commit 685107c6c8
2 changed files with 8 additions and 6 deletions

10
flake.lock generated
View file

@ -26,9 +26,10 @@
"type": "github"
},
"original": {
"id": "nixpkgs",
"owner": "NixOS",
"ref": "nixos-21.05-small",
"type": "indirect"
"repo": "nixpkgs",
"type": "github"
}
},
"nixpkgs-regression": {
@ -41,9 +42,10 @@
"type": "github"
},
"original": {
"id": "nixpkgs",
"owner": "NixOS",
"repo": "nixpkgs",
"rev": "215d4d0fd80ca5163643b03a33fde804a29cc1e2",
"type": "indirect"
"type": "github"
}
},
"root": {