Merge pull request #748 from gilligan/flake-compat-comment
Add comment about edolstra/flake-compat
This commit is contained in:
commit
65819a225d
@ -1,3 +1,6 @@
|
|||||||
|
# The `default.nix` in flake-compat reads `flake.nix` and `flake.lock` from `src` and
|
||||||
|
# returns an attribute set of the shape `{ defaultNix, shellNix }`
|
||||||
|
|
||||||
(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 = builtins.fetchGit ./.;
|
||||||
}).defaultNix
|
}).defaultNix
|
||||||
|
@ -1,3 +1,6 @@
|
|||||||
|
# The `default.nix` in flake-compat reads `flake.nix` and `flake.lock` from `src` and
|
||||||
|
# returns an attribute set of the shape `{ defaultNix, shellNix }`
|
||||||
|
|
||||||
(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 = builtins.fetchGit ./.;
|
||||||
}).shellNix
|
}).shellNix
|
||||||
|
Loading…
x
Reference in New Issue
Block a user