mirror of
https://git.sr.ht/~magic_rb/cluster
synced 2024-11-21 15:54:21 +01:00
Repin NixNG
Signed-off-by: Magic_RB <magic_rb@redalder.org>
This commit is contained in:
parent
ee6b977a97
commit
d630743bf7
|
@ -55,16 +55,15 @@
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1683068691,
|
"lastModified": 1683998496,
|
||||||
"narHash": "sha256-nj1L1o317x80kw+Y6NGPOdjGNGFAT8yaDMg6WFmqTiw=",
|
"narHash": "sha256-JxwveBwnmexqJgFRtyiuPCtlxBGvCdE2JIC+Kic3zIA=",
|
||||||
"owner": "nix-community",
|
"owner": "nix-community",
|
||||||
"repo": "NixNG",
|
"repo": "NixNG",
|
||||||
"rev": "2d9ea54c9d19847299d65a96392db74420d93dfd",
|
"rev": "cee47a6ff59260fee2393e8d6eaa66917bc538f3",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
"owner": "nix-community",
|
"owner": "nix-community",
|
||||||
"ref": "develop",
|
|
||||||
"repo": "NixNG",
|
"repo": "NixNG",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
}
|
}
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
nixpkgs.url = "github:NixOS/nixpkgs?ref=nixos-unstable";
|
nixpkgs.url = "github:NixOS/nixpkgs?ref=nixos-unstable";
|
||||||
|
|
||||||
nixng = {
|
nixng = {
|
||||||
url = "github:nix-community/NixNG?ref=develop";
|
url = "github:nix-community/NixNG";
|
||||||
inputs.nixpkgs.follows = "nixpkgs";
|
inputs.nixpkgs.follows = "nixpkgs";
|
||||||
};
|
};
|
||||||
website = {
|
website = {
|
||||||
|
|
Loading…
Reference in a new issue