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 to 2024-05-17
This commit is contained in:
parent
77d988cc7c
commit
b53c6f7dfb
@ -22,9 +22,10 @@ It is expected that the extra configuration folder is structured similarly to th
|
||||
[source, tree]
|
||||
----
|
||||
./extra-config-stuff
|
||||
├── home-manager
|
||||
├── nixvim
|
||||
└── nixos
|
||||
└── modules
|
||||
├── home-manager
|
||||
├── nixvim
|
||||
└── nixos
|
||||
----
|
||||
|
||||
Once you have an folder containing those extra snippets, you can simply include them like so.
|
||||
|
@ -54,7 +54,7 @@ import <nixpkgs/nixos/lib/eval-config.nix> {
|
||||
home-manager.useGlobalPkgs = lib.mkDefault true;
|
||||
home-manager.sharedModules = [
|
||||
# Same with home-manager modules.
|
||||
<extra-config/modules/nixos>
|
||||
<extra-config/modules/home-manager>
|
||||
|
||||
<config/modules/home-manager>
|
||||
<config/modules/home-manager/_private>
|
||||
@ -67,7 +67,7 @@ import <nixpkgs/nixos/lib/eval-config.nix> {
|
||||
];
|
||||
|
||||
# The main function of the configuration.
|
||||
workflows.workflows.${workflow}.enable = true;
|
||||
workflows.enable = [ workflow ];
|
||||
|
||||
system.stateVersion = "23.11";
|
||||
};
|
||||
|
@ -9,7 +9,7 @@
|
||||
|
||||
stdenv.mkDerivation (finalAttrs: {
|
||||
pname = "run-workflow-with-vm";
|
||||
version = "2024-05-10";
|
||||
version = "2024-05-17";
|
||||
|
||||
src = ./.;
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
project('run-workflow-with-vm',
|
||||
version: '2024-05-10',
|
||||
version: '2024-05-17',
|
||||
license: 'GPL-3.0-or-later',
|
||||
meson_version: '>=0.54.0',
|
||||
)
|
||||
|
Loading…
Reference in New Issue
Block a user