Skip to content

Commit

Permalink
fix(nix): rename missing import
Browse files Browse the repository at this point in the history
  • Loading branch information
radoslawgrochowski committed Sep 26, 2024
1 parent 20fcb7f commit cf8c5cf
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@
./presets/wsl.nix
./presets/nixos.nix
./presets/terminal.nix
./modules/docker.nix
./modules/docker
];
specialArgs = commonSpecialArgs;
};
Expand Down
3 changes: 3 additions & 0 deletions justfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ _default:
update:
nix flake update

check:
nix flake check --show-trace

darwin-switch:
nix run nix-darwin -- switch --flake .#macaron

Expand Down

0 comments on commit cf8c5cf

Please sign in to comment.