NixOSConfig/shell.nix

9 lines
240 B
Nix
Raw Normal View History

2024-05-01 16:14:25 +00:00
(import (
fetchTarball {
url = "https://github.com/edolstra/flake-compat/archive/0f9255e01c2351cc7d116c072cb317785dd33b33.tar.gz";
sha256 = "0m9grvfsbwmvgwaxvdzv6cmyvjnlww004gfxjvcl806ndqaxzy4j";
}
) {
src = ./.;
}).shellNix