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

View file

@ -6,7 +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";
inputs.flakelight.follows = "flakelight"; inputs.flakelight.follows = "flakelight";
}; };
}; };