YAMLLint fixes and workflow fixes

This commit is contained in:
albert 2024-11-03 12:47:02 +01:00
parent 06e2412e8a
commit a2e0142212
Signed by: albert
GPG key ID: 3895DD267CA11BA9
6 changed files with 300 additions and 295 deletions

View file

@ -1,3 +1,5 @@
# yamllint disable rule:line-length rule:truthy
---
name: deploy-rs name: deploy-rs
run-name: ${{ github.actor }} - deploy-rs run-name: ${{ github.actor }} - deploy-rs
on: on:

View file

@ -1,3 +1,5 @@
# yamllint disable rule:line-length rule:truthy
---
name: update-flake-lock name: update-flake-lock
run-name: ${{ github.actor }} - update-flake-lock run-name: ${{ github.actor }} - update-flake-lock
on: on:

View file

@ -1,4 +1,5 @@
# yamllint disable rule:line-length rule:truthy
---
name: update-steamdeck name: update-steamdeck
run-name: ${{ github.actor }} - update-steamdeck run-name: ${{ github.actor }} - update-steamdeck
on: on:

View file

@ -1,4 +1,4 @@
{ config, username, ... }: { { ... }: {
programs.atuin = { programs.atuin = {
enable = true; enable = true;
enableBashIntegration = true; enableBashIntegration = true;

View file

@ -1,4 +1,4 @@
{ inputs, pkgs, system, ... }: { { pkgs, ... }: {
imports = [ ./small.nix ]; imports = [ ./small.nix ];
# List packages installed in system profile # List packages installed in system profile

View file

@ -1,4 +1,4 @@
{ inputs, config, lib, pkgs, modulesPath, hostname, username, system, ... }: { { inputs, config, lib, modulesPath, system, ... }: {
imports = [ imports = [
(modulesPath + "/installer/scan/not-detected.nix") (modulesPath + "/installer/scan/not-detected.nix")
../../common/services/tailscale-autoconnect.nix ../../common/services/tailscale-autoconnect.nix