Skip to content

Commit

Permalink
flake: format and fix check
Browse files Browse the repository at this point in the history
  • Loading branch information
moni-dz committed Dec 25, 2024
1 parent f23435c commit f283dff
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 9 deletions.
17 changes: 9 additions & 8 deletions hosts/riscake/configuration.nix
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
{ config
, lib
, pkgs
, system
, self
, inputs
, inputs'
, ...
{
config,
lib,
pkgs,
system,
self,
inputs,
inputs',
...
}:

{
Expand Down
2 changes: 1 addition & 1 deletion modules/shared/home-manager/vcs.nix
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
};

jujutsu = {
enable = config.programs.git.enable;
inherit (config.programs.git) enable;
#package = self'.packages.jujutsu.overrideAttrs { doCheck = false; };

settings = {
Expand Down

0 comments on commit f283dff

Please sign in to comment.