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"
},
"locked": {
"lastModified": 1745880182,
"narHash": "sha256-QEhBdGhuVArNIVUfblAbA115qXulEJWdR465gqIKF2A=",
"path": "/home/robin/Projects/mill-scale",
"type": "path"
"lastModified": 1748035164,
"narHash": "sha256-PMWOFLi3oU/Eb+y4a0MlHS0IcUZ+UFCoGmA1Q7DnoW4=",
"ref": "refs/heads/main",
"rev": "e6d5d797b3d2c738309152f2545518b2b117f72b",
"revCount": 48,
"type": "git",
"url": "https://codeberg.org/icewind/mill-scale.git"
},
"original": {
"path": "/home/robin/Projects/mill-scale",
"type": "path"
"type": "git",
"url": "https://codeberg.org/icewind/mill-scale.git"
}
},
"nixpkgs": {

View file

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