mirror of
https://github.com/privatevoid-net/nix-super.git
synced 2024-11-10 00:08:07 +02:00
7cd9859e41
This uses https://github.com/edolstra/flake-compat which is a bit more general than #3366.
3 lines
131 B
Nix
3 lines
131 B
Nix
(import (fetchTarball https://github.com/edolstra/flake-compat/archive/master.tar.gz) {
|
|
src = builtins.fetchGit ./.;
|
|
}).shellNix
|