1
0
Fork 0
This commit is contained in:
Yusuf Bera Ertan 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": {
"narHash": "sha256-3PHw4aioOmhAPAL7PGbf/At0E+1rrENtRbLVkjLctxA=",
"type": "tarball",
"url": "https://git.gaze.systems/dusk/html.nix/archive/master.zip"
"lastModified": 1659251276,
"narHash": "sha256-rHhaPtyH1hBcZxd6nXxyg59wL6ilqJqsfuHh8Ebd+rA=",
"ref": "refs/heads/master",
"rev": "d30b07841100278a1d7901001ecec038c5448be2",
"revCount": 50,
"type": "git",
"url": "https://git.gaze.systems/dusk/html.nix.git"
},
"original": {
"type": "tarball",
"url": "https://git.gaze.systems/dusk/html.nix/archive/master.zip"
"type": "git",
"url": "https://git.gaze.systems/dusk/html.nix.git"
}
},
"nixpkgs": {

View File

@ -1,7 +1,7 @@
{
inputs = {
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.nixpkgs.follows = "nixpkgs";
};