Fix issues after updating lockfile
Some checks failed
Gitea Actions Demo / Explore-Gitea-Actions (push) Failing after 1s
Some checks failed
Gitea Actions Demo / Explore-Gitea-Actions (push) Failing after 1s
This commit is contained in:
parent
a5d42d3a0c
commit
a3ac254912
12 changed files with 215 additions and 157 deletions
|
|
@ -1,7 +1,7 @@
|
|||
{ pkgs, ... }:
|
||||
{
|
||||
packages = [
|
||||
pkgs.nixfmt-rfc-style
|
||||
pkgs.nixfmt
|
||||
pkgs.nixd
|
||||
pkgs.deploy-rs
|
||||
pkgs.git
|
||||
|
|
@ -16,6 +16,6 @@
|
|||
enable = true;
|
||||
excludes = [ ".*\\.png$" ];
|
||||
};
|
||||
nixfmt-rfc-style.enable = true;
|
||||
nixfmt.enable = true;
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue