1
0
Fork 0
mirror of https://codeberg.org/demostf/parser.git synced 2026-06-03 10:14:06 +02:00

flake updates

This commit is contained in:
Robin Appelman 2025-05-25 18:06:23 +02:00
commit a632bb28bb
2 changed files with 10 additions and 8 deletions

15
flake.lock generated
View file

@ -44,14 +44,17 @@
"rust-overlay": "rust-overlay" "rust-overlay": "rust-overlay"
}, },
"locked": { "locked": {
"lastModified": 1745880182, "lastModified": 1748035164,
"narHash": "sha256-QEhBdGhuVArNIVUfblAbA115qXulEJWdR465gqIKF2A=", "narHash": "sha256-PMWOFLi3oU/Eb+y4a0MlHS0IcUZ+UFCoGmA1Q7DnoW4=",
"path": "/home/robin/Projects/mill-scale", "ref": "refs/heads/main",
"type": "path" "rev": "e6d5d797b3d2c738309152f2545518b2b117f72b",
"revCount": 48,
"type": "git",
"url": "https://codeberg.org/icewind/mill-scale.git"
}, },
"original": { "original": {
"path": "/home/robin/Projects/mill-scale", "type": "git",
"type": "path" "url": "https://codeberg.org/icewind/mill-scale.git"
} }
}, },
"nixpkgs": { "nixpkgs": {

View file

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