1
0
This commit is contained in:
dusk 2022-08-11 02:50:14 +03:00
parent 0b7022a6f7
commit dc1b24e752
Signed by: dusk
GPG Key ID: 1D8F8FAF2294D6EA
2 changed files with 10 additions and 6 deletions

View File

@ -25,13 +25,17 @@
] ]
}, },
"locked": { "locked": {
"narHash": "sha256-3PHw4aioOmhAPAL7PGbf/At0E+1rrENtRbLVkjLctxA=", "lastModified": 1659251276,
"type": "tarball", "narHash": "sha256-rHhaPtyH1hBcZxd6nXxyg59wL6ilqJqsfuHh8Ebd+rA=",
"url": "https://git.gaze.systems/dusk/html.nix/archive/master.zip" "ref": "refs/heads/master",
"rev": "d30b07841100278a1d7901001ecec038c5448be2",
"revCount": 50,
"type": "git",
"url": "https://git.gaze.systems/dusk/html.nix.git"
}, },
"original": { "original": {
"type": "tarball", "type": "git",
"url": "https://git.gaze.systems/dusk/html.nix/archive/master.zip" "url": "https://git.gaze.systems/dusk/html.nix.git"
} }
}, },
"nixpkgs": { "nixpkgs": {

View File

@ -1,7 +1,7 @@
{ {
inputs = { inputs = {
htmlNix = { htmlNix = {
url = "https://git.gaze.systems/dusk/html.nix/archive/master.zip"; url = "git+https://git.gaze.systems/dusk/html.nix.git";
inputs.flakeUtils.follows = "flakeUtils"; inputs.flakeUtils.follows = "flakeUtils";
inputs.nixpkgs.follows = "nixpkgs"; inputs.nixpkgs.follows = "nixpkgs";
}; };