This commit is contained in:
Robin Appelman 2025-06-09 18:18:19 +02:00
commit 90a30ef175
5 changed files with 50 additions and 117 deletions

15
client/flake.lock generated
View file

@ -44,14 +44,17 @@
"rust-overlay": "rust-overlay"
},
"locked": {
"lastModified": 1749479717,
"narHash": "sha256-A/QfxOzt5cOLiz/Fn0xTQ3OGaJkIgq6KwnBv7AXRoG4=",
"path": "/home/robin/Projects/mill-scale",
"type": "path"
"lastModified": 1749481047,
"narHash": "sha256-5VnLJdD91sTcJNvCaxH5r46Yl+RmyCcLftScxkEqP3k=",
"ref": "refs/heads/main",
"rev": "642a7528ddea74bbe649913c5c3bb630eea02ecb",
"revCount": 52,
"type": "git",
"url": "https://codeberg.org/icewind/mill-scale"
},
"original": {
"path": "/home/robin/Projects/mill-scale",
"type": "path"
"type": "git",
"url": "https://codeberg.org/icewind/mill-scale"
}
},
"nixpkgs": {

View file

@ -6,8 +6,7 @@
inputs.nixpkgs.follows = "nixpkgs";
};
mill-scale = {
# url = "git+https://codeberg.org/icewind/mill-scale";
url = "path:/home/robin/Projects/mill-scale";
url = "git+https://codeberg.org/icewind/mill-scale";
inputs.flakelight.follows = "flakelight";
};
};