fix flake input

This commit is contained in:
LordGrimmauld 2024-03-17 11:30:33 +01:00
parent 02677b2568
commit 864f35b230
2 changed files with 7 additions and 6 deletions

View File

@ -613,16 +613,17 @@
"utils": "utils"
},
"locked": {
"dirtyRev": "0631f9ca99b6f6da9a7d3f30e170ba1f014de6db-dirty",
"dirtyShortRev": "0631f9c-dirty",
"lastModified": 1710669265,
"lastModified": 1710671344,
"narHash": "sha256-F6bXzEmCusgj+HZC1jlLS6gxjKM+JRdlFs92MyoN5Do=",
"ref": "refs/heads/main",
"rev": "4e74bc033b127e15ea1ca93d0c41a5abd2836451",
"revCount": 29,
"type": "git",
"url": "file:///home/grimmauld/shared"
"url": "https://git.grimmauld.de/Grimmauld/grimm-nix-shared"
},
"original": {
"type": "git",
"url": "file:///home/grimmauld/shared"
"url": "https://git.grimmauld.de/Grimmauld/grimm-nix-shared"
}
},
"swayfx": {

View File

@ -22,7 +22,7 @@
inputs.nixpkgs.follows = "nixpkgs";
};
shared = {
url = "git+file:///home/grimmauld/shared";
url = "git+https://git.grimmauld.de/Grimmauld/grimm-nix-shared";
inputs.nixpkgs.follows = "nixpkgs";
};
};