flake.nix: annotate flake-compat usage
It is not used within flake.nix, so add a note that it is used elsewhere.
This commit is contained in:
parent
dccca0506a
commit
d0ac5ce64c
1 changed files with 1 additions and 0 deletions
|
@ -3,6 +3,7 @@
|
||||||
|
|
||||||
inputs = {
|
inputs = {
|
||||||
flake-compat = {
|
flake-compat = {
|
||||||
|
# for shell.nix compat
|
||||||
url = "github:edolstra/flake-compat";
|
url = "github:edolstra/flake-compat";
|
||||||
flake = false;
|
flake = false;
|
||||||
};
|
};
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue