diff options
| author | Franck Cuny <franck@fcuny.net> | 2025-04-20 19:24:01 -0700 |
|---|---|---|
| committer | Franck Cuny <franck@fcuny.net> | 2025-04-20 19:24:01 -0700 |
| commit | 6a06c38875635799274f27172135ee3899f29481 (patch) | |
| tree | 3f960f07e5a11620d2260e08d6f98ab423851459 /justfile | |
| parent | run nix flake check on CI (diff) | |
| download | infra-6a06c38875635799274f27172135ee3899f29481.tar.gz | |
don't need devShell
Diffstat (limited to '')
| -rw-r--r-- | justfile | 22 |
1 files changed, 0 insertions, 22 deletions
@@ -6,22 +6,12 @@ hostname := lowercase(`hostname -s`) default: @just --list -[doc('update dependencies')] -[group('nix')] -update-deps: - nix flake update --commit-lock-file - [doc('a simple check to ensure the nix configuration is OK')] [group('nix')] test-nix: nix flake check nix develop -c echo OK -[doc('run various formatting tools')] -[group('nix')] -fmt: - nix fmt - # Nix Store can contains corrupted entries if the nix store object has been modified unexpectedly. # This command will verify all the store entries, @@ -51,18 +41,6 @@ gcroot: [doc('build the configuration for the current host')] [group('machines')] -[macos] -build: - darwin-rebuild build --flake .#{{ hostname }} - -[doc('switch the configuration for the current host')] -[group('machines')] -[macos] -switch: - darwin-rebuild switch --flake .#{{ hostname }} - -[doc('build the configuration for the current host')] -[group('machines')] [linux] build: nixos-rebuild build --flake .#{{ hostname }} |
