mirror of
https://github.com/privatevoid-net/nix-super.git
synced 2024-11-09 15:58:05 +02:00
Simplify shell.nix and default.nix
This commit is contained in:
parent
2e4bd78211
commit
5d69bbf3fe
2 changed files with 2 additions and 2 deletions
|
@ -1,3 +1,3 @@
|
|||
(import (fetchTarball https://github.com/edolstra/flake-compat/archive/master.tar.gz) {
|
||||
src = builtins.fetchGit ./.;
|
||||
src = ./.;
|
||||
}).defaultNix
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
(import (fetchTarball https://github.com/edolstra/flake-compat/archive/master.tar.gz) {
|
||||
src = builtins.fetchGit ./.;
|
||||
src = ./.;
|
||||
}).shellNix
|
||||
|
|
Loading…
Reference in a new issue