mirror of
https://github.com/numtide/flake-utils.git
synced 2024-11-22 17:43:56 +03:00
clean flake check warnings
This commit is contained in:
parent
2f02e38dfa
commit
033b9f258c
11
README.md
11
README.md
@ -168,14 +168,3 @@ Here is how it looks like in practice:
|
||||
};
|
||||
}
|
||||
```
|
||||
|
||||
## Known issues
|
||||
|
||||
```
|
||||
$ nix flake check
|
||||
warning: unknown flake output 'lib'
|
||||
```
|
||||
|
||||
nixpkgs is currently having the same issue so I assume that it will be
|
||||
eventually standardized.
|
||||
|
||||
|
@ -9,6 +9,7 @@
|
||||
defaultSystems = import systems;
|
||||
};
|
||||
templates = {
|
||||
default = self.templates.each-system;
|
||||
simple-flake = {
|
||||
path = ./examples/simple-flake;
|
||||
description = "A flake using flake-utils.lib.simpleFlake";
|
||||
@ -22,6 +23,5 @@
|
||||
description = "A flake with tests";
|
||||
};
|
||||
};
|
||||
defaultTemplate = self.templates.each-system;
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user