Update nixpkgs and pin to github not registry

Signed-off-by: Magic_RB <magic_rb@redalder.org>
This commit is contained in:
Magic_RB 2021-06-09 22:51:20 +02:00
parent 3ebf9c31d8
commit 168c57b745
No known key found for this signature in database
GPG key ID: 08D5287CC5DDCA0E
2 changed files with 11 additions and 8 deletions

View file

@ -66,15 +66,18 @@
},
"nixpkgs_2": {
"locked": {
"lastModified": 1618064689,
"narHash": "sha256-MGnHpM3bSd5JClA+1ad+jvcfNr0HrYoGmqCc2s7thkM=",
"path": "/nix/store/1wavhki3mykrvml6skxl8igvkmcxql8f-source",
"rev": "ad7604ddbd9b299701fb5e15bc39cff80deffce2",
"type": "path"
"lastModified": 1623215930,
"narHash": "sha256-pr9Bx31IJvqCzSA/t0NCmCopJ3+HgeZmUFaxItLKHYA=",
"owner": "NixOS",
"repo": "nixpkgs",
"rev": "60cce7e5e1fdf62421ef6d4184ee399b46209366",
"type": "github"
},
"original": {
"id": "nixpkgs",
"type": "indirect"
"owner": "NixOS",
"ref": "nixos-21.05",
"repo": "nixpkgs",
"type": "github"
}
},
"nixpkgs_3": {

View file

@ -1,6 +1,6 @@
{
inputs = {
nixpkgs.url = "nixpkgs";
nixpkgs.url = "github:NixOS/nixpkgs?ref=nixos-21.05";
nixng.url = "git+https://gitea.redalder.org/Magic_RB/NixNG";
website.url = "git+https://gitea.redalder.org/Magic_RB/website";