Update NixNG

Signed-off-by: Magic_RB <magic_rb@redalder.org>
This commit is contained in:
Magic_RB 2021-08-15 22:25:38 +02:00
parent 43689b04f9
commit 3d36dea356
No known key found for this signature in database
GPG key ID: 08D5287CC5DDCA0E
2 changed files with 10 additions and 10 deletions

View file

@ -55,17 +55,17 @@
]
},
"locked": {
"lastModified": 1623343959,
"narHash": "sha256-v6n2Hnlfczevr8/dsJW/L1sosXDjAtp0CIXH9XAtTfs=",
"ref": "master",
"rev": "fb1f1c30a87317be3859dc9b0bffd19a81a0b2a5",
"revCount": 88,
"type": "git",
"url": "https://gitea.redalder.org/Magic_RB/NixNG"
"lastModified": 1629059011,
"narHash": "sha256-Ny0u3Jm/UwAFj5VIHvOl4WvMXqOhN24wk6MSGfdJx1c=",
"owner": "MagicRB",
"repo": "NixNG",
"rev": "9794e09ed15cd6c9d5b2ab08f09dec118529daac",
"type": "github"
},
"original": {
"type": "git",
"url": "https://gitea.redalder.org/Magic_RB/NixNG"
"owner": "MagicRB",
"repo": "NixNG",
"type": "github"
}
},
"nixng_2": {

View file

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