Use upstream nixng

This commit is contained in:
Pim Kunis 2025-06-01 21:09:00 +02:00
parent e1c574012c
commit bf1ed090f0
2 changed files with 5 additions and 6 deletions

9
flake.lock generated
View file

@ -412,16 +412,15 @@
"treefmt-nix": "treefmt-nix_2"
},
"locked": {
"lastModified": 1736029062,
"lastModified": 1746371274,
"narHash": "sha256-7X65+TP0luFpQsA6KV80R05qnWp7NxMaIDryFfJ4MqI=",
"owner": "pizzapim",
"owner": "nix-community",
"repo": "NixNG",
"rev": "6211c11d7ef2cc8067efcd169e0b8fd02f1816b6",
"rev": "ea02c5dd1f2e80ee7acc47f75ec3439ed480dd6f",
"type": "github"
},
"original": {
"owner": "pizzapim",
"ref": "dinit-fixes",
"owner": "nix-community",
"repo": "NixNG",
"type": "github"
}

View file

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