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": {
"lastModified": 1727766416,
"lastModified": 1727818793,
"narHash": "sha256-gxizo/V/Ut60MRtCB+jJJoDxNfsfApxH0mIkNFI2cVY=",
"owner": "pizzapim",
"owner": "nix-community",
"repo": "NixNG",
"rev": "bf6eb29623cff5e70d79d233b7bd18643c555ab3",
"rev": "ef893e67cd3c71bf7e28ccd4fdf97a6ff1475d00",
"type": "github"
},
"original": {
"owner": "pizzapim",
"ref": "attic",
"owner": "nix-community",
"repo": "NixNG",
"type": "github"
}

View file

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