update mill-scale

This commit is contained in:
Robin Appelman 2025-06-02 20:07:49 +02:00
commit 1a37f7e866
2 changed files with 10 additions and 10 deletions

18
flake.lock generated
View file

@ -44,17 +44,17 @@
"rust-overlay": "rust-overlay"
},
"locked": {
"lastModified": 1747926214,
"narHash": "sha256-e/7klyoQpe9wsYeQIUfm/9Yqa78et24L+nSpsCz937k=",
"owner": "icewind1991",
"repo": "mill-scale",
"rev": "394979573123e5d4762d29cc78b5e11b3d35cc6b",
"type": "github"
"lastModified": 1748205441,
"narHash": "sha256-W+UUBT/l1DSTZo5G43494mRNNspJ2i9jW2QELC9JuMQ=",
"ref": "refs/heads/main",
"rev": "dac3b74a89cebbeb21cc6602e4a346604adbee8b",
"revCount": 49,
"type": "git",
"url": "https://codeberg.org/icewind/mill-scale"
},
"original": {
"owner": "icewind1991",
"repo": "mill-scale",
"type": "github"
"type": "git",
"url": "https://codeberg.org/icewind/mill-scale"
}
},
"nixpkgs": {

View file

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