add flake check action
Some checks failed
nix flake check / nix-flake-update (push) Failing after 0s
Some checks failed
nix flake check / nix-flake-update (push) Failing after 0s
This commit is contained in:
parent
7df23c160a
commit
3fc00f521c
10
.gitea/workflows/nix-flake-check.yaml
Normal file
10
.gitea/workflows/nix-flake-check.yaml
Normal 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
|
@ -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
|
||||||
];
|
];
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user