Closed aleeusgr closed 2 years ago
The nixosSystem
function does not know about an argument packages
, you probably ment to use a module which adds those to environment.systemPackages
.
now for me to understand.
You need to set environment.systemPackages
in a module.
I am not sure what you want to import, nor what configuration.nix
is, other than an arbitrary file name.
OK, I needed this. Thank you, @NobbZ
TODO: test cardano-node
using local clone of nixpkgs.
7.1.2. Adding Custom Packages
This https://github.com/aleeusgr/nix-things/blob/1476e0ae01dc2d0370c5bc06b4d5c16b9315a523/flake.nix#L54-L57
causes
nixos-rebuild
to give:Originally posted by @aleeusgr in https://github.com/aleeusgr/nix-things/issues/10#issuecomment-1333334760