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 build script and config
This commit is contained in:
parent
3d515564a4
commit
74b7879e51
@ -21,9 +21,9 @@ import <nixpkgs/nixos/lib/eval-config.nix> {
|
|||||||
<sops-nix/modules/sops>
|
<sops-nix/modules/sops>
|
||||||
<nixos-generators/formats/vm.nix>
|
<nixos-generators/formats/vm.nix>
|
||||||
<nixos-generators/format-module.nix>
|
<nixos-generators/format-module.nix>
|
||||||
({ config, lib, pkgs, ... }: {
|
({ config, lib, pkgs, foodogsquaredLib, ... }: {
|
||||||
imports = [
|
imports = [
|
||||||
(lib.private.mapHomeManagerUser "alice" {
|
(foodogsquaredLib.mapHomeManagerUser "alice" {
|
||||||
password = "";
|
password = "";
|
||||||
extraGroups = [ "wheel" ];
|
extraGroups = [ "wheel" ];
|
||||||
description = "There is no password";
|
description = "There is no password";
|
||||||
|
@ -17,7 +17,7 @@ endforeach
|
|||||||
bindata = configuration_data()
|
bindata = configuration_data()
|
||||||
bindata.set('datadir', datadir)
|
bindata.set('datadir', datadir)
|
||||||
bindata.set('inputsArgs', inputsArgs)
|
bindata.set('inputsArgs', inputsArgs)
|
||||||
bindata.set('projectname', 'run-workflow-with-vm')
|
bindata.set('projectname', meson.project_name())
|
||||||
configure_file(
|
configure_file(
|
||||||
input: 'app.sh',
|
input: 'app.sh',
|
||||||
output: 'run-workflow-with-vm',
|
output: 'run-workflow-with-vm',
|
||||||
|
Loading…
Reference in New Issue
Block a user