Compare commits

..

3 Commits

Author SHA1 Message Date
db13ab54b6 Lock file maintenance
All checks were successful
nix flake check / nix-flake-update (push) Successful in 11m37s
2025-01-10 23:32:27 +00:00
b959147b69 install nix via detsys and check then
All checks were successful
nix flake check / nix-flake-update (push) Successful in 11m42s
2025-01-11 00:17:23 +01:00
3fc00f521c add flake check action
Some checks failed
nix flake check / nix-flake-update (push) Failing after 0s
2025-01-11 00:14:34 +01:00
2 changed files with 12 additions and 1 deletions

View File

@ -0,0 +1,11 @@
name: nix flake check
on: [push]
jobs:
nix-flake-update:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Install Nix
uses: DeterminateSystems/nix-installer-action@main
- run: /root/.nix-profile/bin/nix flake check --all-systems

View File

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