mirror of
https://github.com/foo-dogsquared/nixos-config.git
synced 2025-01-31 04:58:01 +00:00
apps/run-workflow-with-vm: update config
This commit is contained in:
parent
659dc6addd
commit
74cbf4fa0b
@ -6,7 +6,6 @@
|
||||
|
||||
let
|
||||
pkgs = import <nixpkgs> { };
|
||||
config' = import <config> { };
|
||||
lib = pkgs.lib;
|
||||
in
|
||||
import <nixpkgs/nixos/lib/eval-config.nix> {
|
||||
@ -24,6 +23,7 @@ import <nixpkgs/nixos/lib/eval-config.nix> {
|
||||
<config/modules/nixos/_private>
|
||||
<config/modules/nixos/profiles/generic.nix>
|
||||
<config/modules/nixos/profiles/nix-conf.nix>
|
||||
<config/modules/nixos/profiles/overlays.nix>
|
||||
<config/modules/nixos/profiles/desktop>
|
||||
<home-manager/nixos>
|
||||
<nixos-generators/formats/vm.nix>
|
||||
@ -62,10 +62,6 @@ import <nixpkgs/nixos/lib/eval-config.nix> {
|
||||
# The main function of the configuration.
|
||||
workflows.workflows.${workflow}.enable = true;
|
||||
|
||||
nixpkgs.overlays = [
|
||||
config'.overlays.default
|
||||
];
|
||||
|
||||
system.stateVersion = "23.11";
|
||||
};
|
||||
})
|
||||
|
Loading…
Reference in New Issue
Block a user