add flake check action
Some checks failed
nix flake check / nix-flake-update (push) Failing after 0s

This commit is contained in:
fuckwit 2025-01-11 00:14:34 +01:00
parent 7df23c160a
commit 3fc00f521c
2 changed files with 11 additions and 1 deletions

View File

@ -0,0 +1,10 @@
name: nix flake check
on: [push]
jobs:
nix-flake-update:
runs-on: ubuntu-latest
container: nixos/nix
steps:
- uses: actions/checkout@v4
- run: nix --experimental-features nix-command flakes flake check

View File

@ -135,7 +135,7 @@
fonts.packages = with pkgs; [ fonts.packages = with pkgs; [
font-awesome font-awesome
(nerdfonts.override {fonts = ["FiraMono"];}) nerd-fonts.fira-mono
mypkgs.comic-mono mypkgs.comic-mono
]; ];