2020-05-02 16:56:30 +00:00
|
|
|
# The `default.nix` in flake-compat reads `flake.nix` and `flake.lock` from `src` and
|
|
|
|
# returns an attribute set of the shape `{ defaultNix, shellNix }`
|
|
|
|
|
2020-03-31 14:07:46 +00:00
|
|
|
(import (fetchTarball https://github.com/edolstra/flake-compat/archive/master.tar.gz) {
|
2020-06-17 17:19:55 +00:00
|
|
|
src = ./.;
|
2020-03-31 14:07:46 +00:00
|
|
|
}).defaultNix
|