refactor(example-vm): don't import nixpkgs
This should save on evaluation time.
This commit is contained in:
parent
165c403072
commit
ecc37b8fc3
2 changed files with 10 additions and 9 deletions
|
@ -31,4 +31,6 @@
|
|||
# Before changing this value read the documentation for this option
|
||||
# (e.g. man configuration.nix or on https://nixos.org/nixos/options.html).
|
||||
system.stateVersion = "24.11"; # Did you read the comment?
|
||||
|
||||
nixpkgs.hostPlatform = "x86_64-linux";
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue