{inputs, lock}: change lock format and provide hash

This commit is contained in:
Wroclaw 2024-06-18 07:44:54 +02:00
parent ba94153c3b
commit 672807280e
3 changed files with 11 additions and 4 deletions

View file

@ -1,3 +1,6 @@
{
nixpkgs = "2975732531b5fa6e728f837c6f090335cbef5285" /*git revision*/;
nixpkgs = {
revision = "2975732531b5fa6e728f837c6f090335cbef5285";
sha256 = "0hwawvw8kf70f87ygv9pjndwwiddigh5vv1w5jdbp3dxv9slsx2v";
};
}