statix/default.nix

7 lines
271 B
Nix
Raw Permalink Normal View History

# The `default.nix` in flake-compat reads `flake.nix` and `flake.lock` from `src` and
# returns an attribute set of the shape `{ defaultNix, shellNix }`
2022-01-30 09:40:55 +03:00
(import (fetchTarball "https://github.com/edolstra/flake-compat/archive/master.tar.gz") {
src = ./.;
}).defaultNix