fix
This commit is contained in:
parent
0b7022a6f7
commit
dc1b24e752
14
flake.lock
14
flake.lock
@ -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": {
|
||||||
|
@ -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";
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user