mirror of
https://github.com/numtide/flake-utils.git
synced 2025-03-16 21:38:26 +00:00
clean flake check warnings
This commit is contained in:
parent
2f02e38dfa
commit
033b9f258c
2 changed files with 1 additions and 12 deletions
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;
|
defaultSystems = import systems;
|
||||||
};
|
};
|
||||||
templates = {
|
templates = {
|
||||||
|
default = self.templates.each-system;
|
||||||
simple-flake = {
|
simple-flake = {
|
||||||
path = ./examples/simple-flake;
|
path = ./examples/simple-flake;
|
||||||
description = "A flake using flake-utils.lib.simpleFlake";
|
description = "A flake using flake-utils.lib.simpleFlake";
|
||||||
|
@ -22,6 +23,5 @@
|
||||||
description = "A flake with tests";
|
description = "A flake with tests";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
defaultTemplate = self.templates.each-system;
|
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue