Use upstream NixNG again

This commit is contained in:
Pim Kunis 2024-10-02 08:21:36 +02:00
parent 640d060597
commit 746ee60734
2 changed files with 5 additions and 6 deletions

View file

@ -471,16 +471,15 @@
] ]
}, },
"locked": { "locked": {
"lastModified": 1727766416, "lastModified": 1727818793,
"narHash": "sha256-gxizo/V/Ut60MRtCB+jJJoDxNfsfApxH0mIkNFI2cVY=", "narHash": "sha256-gxizo/V/Ut60MRtCB+jJJoDxNfsfApxH0mIkNFI2cVY=",
"owner": "pizzapim", "owner": "nix-community",
"repo": "NixNG", "repo": "NixNG",
"rev": "bf6eb29623cff5e70d79d233b7bd18643c555ab3", "rev": "ef893e67cd3c71bf7e28ccd4fdf97a6ff1475d00",
"type": "github" "type": "github"
}, },
"original": { "original": {
"owner": "pizzapim", "owner": "nix-community",
"ref": "attic",
"repo": "NixNG", "repo": "NixNG",
"type": "github" "type": "github"
} }

View file

@ -35,7 +35,7 @@
}; };
nixng = { nixng = {
url = "github:pizzapim/NixNG/attic"; url = "github:nix-community/NixNG";
inputs.nixpkgs.follows = "nixpkgs"; inputs.nixpkgs.follows = "nixpkgs";
}; };
}; };