Disallow uninitialized meta.nixpkgs in Flakes
This commit is contained in:
parent
765f42fa24
commit
f7eb121260
3 changed files with 27 additions and 6 deletions
|
@ -143,7 +143,9 @@ Here is a short example:
|
|||
outputs = { nixpkgs, ... }: {
|
||||
colmena = {
|
||||
meta = {
|
||||
inherit nixpkgs;
|
||||
nixpkgs = import nixpkgs {
|
||||
system = "x86_64-linux";
|
||||
};
|
||||
};
|
||||
|
||||
# Also see the non-Flakes hive.nix example above.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue