correct flake-compat hash
This commit is contained in:
parent
251560f761
commit
f4228d9926
|
@ -2,7 +2,7 @@ let
|
||||||
shell = (import
|
shell = (import
|
||||||
(fetchTarball {
|
(fetchTarball {
|
||||||
url = "https://github.com/edolstra/flake-compat/archive/refs/tags/v1.0.1.tar.gz";
|
url = "https://github.com/edolstra/flake-compat/archive/refs/tags/v1.0.1.tar.gz";
|
||||||
sha256 = "0jm6nzb83wa6ai17ly9fzpqc40wg1viib8klq8lby54agpl213w5";
|
sha256 = "0m9grvfsbwmvgwaxvdzv6cmyvjnlww004gfxjvcl806ndqaxzy4j";
|
||||||
})
|
})
|
||||||
{ src = ./.; }).shellNix;
|
{ src = ./.; }).shellNix;
|
||||||
in
|
in
|
||||||
|
|
Loading…
Reference in a new issue