forked from lix-project/lix
Simplify shell.nix and default.nix
This commit is contained in:
parent
2e4bd78211
commit
5d69bbf3fe
|
@ -1,3 +1,3 @@
|
||||||
(import (fetchTarball https://github.com/edolstra/flake-compat/archive/master.tar.gz) {
|
(import (fetchTarball https://github.com/edolstra/flake-compat/archive/master.tar.gz) {
|
||||||
src = builtins.fetchGit ./.;
|
src = ./.;
|
||||||
}).defaultNix
|
}).defaultNix
|
||||||
|
|
Loading…
Reference in a new issue