Get everything passing the flake checks

This commit is contained in:
Greg Hellings
2024-11-18 23:42:28 -06:00
parent 1864511341
commit 4324f0ce67
56 changed files with 56 additions and 62 deletions
-1
View File
@@ -94,4 +94,3 @@ hyperv-iso.amd64:
description: >- description: >-
Release $CI_COMMIT_TAG, found on [Vagrant Cloud](https://app.vagrantup.com/boxen/) Release $CI_COMMIT_TAG, found on [Vagrant Cloud](https://app.vagrantup.com/boxen/)
as version v${BUILD} as version v${BUILD}
+4
View File
@@ -35,6 +35,10 @@ shellcheck:
stage: generate stage: generate
script: nix run ".#shellcheck" script: nix run ".#shellcheck"
flake-check:
stage: generate
script: nix flake check
validate: validate:
stage: check stage: check
needs: needs:
-1
View File
@@ -75,4 +75,3 @@ if [ "${virt}" == "microsoft" ]; then
systemctl enable hypervvssd systemctl enable hypervvssd
fi fi
%end %end
-1
View File
@@ -168,4 +168,3 @@ ssh-keygen -A
%end %end
##### end kickstart post ############################################ ##### end kickstart post ############################################
-1
View File
@@ -180,4 +180,3 @@ chcon -R unconfined_u:object_r:user_home_t:s0 /home/vagrant/.ssh
%end %end
##### end kickstart post ############################################ ##### end kickstart post ############################################
-1
View File
@@ -179,4 +179,3 @@ chcon -R unconfined_u:object_r:user_home_t:s0 /home/vagrant/.ssh
%end %end
##### end kickstart post ############################################ ##### end kickstart post ############################################
-1
View File
@@ -179,4 +179,3 @@ chcon -R unconfined_u:object_r:user_home_t:s0 /home/vagrant/.ssh
%end %end
##### end kickstart post ############################################ ##### end kickstart post ############################################
-1
View File
@@ -181,4 +181,3 @@ chcon -R unconfined_u:object_r:user_home_t:s0 /home/vagrant/.ssh
%end %end
##### end kickstart post ############################################ ##### end kickstart post ############################################
@@ -1,5 +1,4 @@
{ {
config,
pkgs, pkgs,
lib, lib,
... ...
+1 -1
View File
@@ -6,7 +6,7 @@
}; };
outputs = outputs =
{ nixstable, self, ... }@inputs: { nixstable, ... }:
{ {
nixosConfigurations.vagrant = nixstable.lib.nixosSystem { nixosConfigurations.vagrant = nixstable.lib.nixosSystem {
system = "x86_64-linux"; system = "x86_64-linux";
+2 -2
View File
@@ -1,7 +1,7 @@
{...}: { ... }:
{ {
virtualisation.vmware.guest = { virtualisation.vmware.guest = {
enable = true; enable = true;
headless = false; headless = false;
} };
} }
@@ -1,5 +1,4 @@
{ {
config,
pkgs, pkgs,
lib, lib,
... ...
+1 -1
View File
@@ -6,7 +6,7 @@
}; };
outputs = outputs =
{ nixstable, self, ... }@inputs: { nixstable, ... }:
{ {
nixosConfigurations.vagrant = nixstable.lib.nixosSystem { nixosConfigurations.vagrant = nixstable.lib.nixosSystem {
system = "x86_64-linux"; system = "x86_64-linux";
+2 -2
View File
@@ -1,7 +1,7 @@
{...}: { ... }:
{ {
virtualisation.vmware.guest = { virtualisation.vmware.guest = {
enable = true; enable = true;
headless = false; headless = false;
} };
} }
@@ -1,5 +1,4 @@
{ {
config,
pkgs, pkgs,
lib, lib,
... ...
+1 -1
View File
@@ -6,7 +6,7 @@
}; };
outputs = outputs =
{ nixstable, self, ... }@inputs: { nixstable, ... }:
{ {
nixosConfigurations.vagrant = nixstable.lib.nixosSystem { nixosConfigurations.vagrant = nixstable.lib.nixosSystem {
system = "x86_64-linux"; system = "x86_64-linux";
+2 -2
View File
@@ -1,7 +1,7 @@
{...}: { ... }:
{ {
virtualisation.vmware.guest = { virtualisation.vmware.guest = {
enable = true; enable = true;
headless = false; headless = false;
} };
} }