Skip to content

Removed telegram task bar icon, Installed Google-Chrome #243

Removed telegram task bar icon, Installed Google-Chrome

Removed telegram task bar icon, Installed Google-Chrome #243

Workflow file for this run

name: CI
on:
push:
branches: [main]
pull_request:
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: cachix/install-nix-action@v26
with:
extra_nix_config: |
experimental-features = nix-command flakes
accept-flake-config = true
- name: Pre-commit (treefmt, shellcheck, statix, deadnix)
run: nix develop .#devShells.x86_64-linux.default -c pre-commit run --all-files
flake-check:
runs-on: ubuntu-latest
timeout-minutes: 120
steps:
- uses: actions/checkout@v4
- uses: cachix/install-nix-action@v26
with:
extra_nix_config: |
experimental-features = nix-command flakes
accept-flake-config = true
- name: Evaluate stellaris system derivation
run: nix eval --show-trace .#nixosConfigurations.stellaris.config.system.build.toplevel.drvPath