diff options
Diffstat (limited to '')
| -rw-r--r-- | flake.nix | 13 |
1 files changed, 1 insertions, 12 deletions
@@ -30,7 +30,6 @@ url = "github:numtide/devshell"; inputs.nixpkgs.follows = "nixpkgs"; }; - }; # Output config, or config for NixOS system @@ -43,7 +42,6 @@ pre-commit-hooks, devshell, treefmt-nix, - ... }@inputs: flake-utils.lib.eachDefaultSystem ( @@ -86,9 +84,7 @@ devShells.default = pkgs.devshell.mkShell { packages = with pkgs; [ just - treefmt - ]; devshell.startup.pre-commit.text = self.checks.${system}.pre-commit-check.shellHook; env = [ @@ -127,14 +123,7 @@ darwin = true; }; - # my work MacBook Pro - darwinConfigurations.hq-c02fk3q7md6t = mkSystem "hq-c02fk3q7md6t" { - system = "x86_64-darwin"; - user = "fcuny"; - darwin = true; - }; - - # new work laptop + # work laptop darwinConfigurations.hq-kwny2vh41p = mkSystem "hq-kwny2vh41p" { system = "aarch64-darwin"; user = "fcuny"; |
