diff options
-rw-r--r-- | flake.lock | 12 | ||||
-rw-r--r-- | flake.nix | 2 |
2 files changed, 9 insertions, 5 deletions
@@ -219,14 +219,18 @@ "nixpkgs": "nixpkgs_4" }, "locked": { - "lastModified": 1665062797, - "narHash": "sha256-kVOrFYd4DVNcAb6sJLU6RNrrCKbBMzJ1+0HXSShahgQ=", + "lastModified": 1665669035, + "narHash": "sha256-xhtwhGEmLoc8Dhn1eA9jYK5Csz0hAVpq3cpSgcNxwTg=", + "ref": "modules", + "rev": "5696f8083a2d3aaffee0786677a145ddbf6b38c8", + "revCount": 8, "type": "git", - "url": "file:///home/cynerd/projects/usbkey" + "url": "https://git.cynerd.cz/usbkey" }, "original": { + "ref": "modules", "type": "git", - "url": "file:///home/cynerd/projects/usbkey" + "url": "https://git.cynerd.cz/usbkey" } }, "vpsadminos": { @@ -12,7 +12,7 @@ vpsadminos.url = "github:vpsfreecz/vpsadminos"; sterm.url = "github:wentasah/sterm"; - usbkey.url = "/home/cynerd/projects/usbkey"; + usbkey.url = "git+https://git.cynerd.cz/usbkey?ref=modules"; }; outputs = { self |