Skip to content

Commit

Permalink
refactor: nix for 2024
Browse files Browse the repository at this point in the history
  • Loading branch information
MAHDTech committed Mar 21, 2024
1 parent 43d4c82 commit 571d736
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -495,12 +495,5 @@

default = self.devShells."${system}.${system}".devenv;
}));

# Set the default devshell to the one for the current system.
#devShell = builtins.listToAttrs (map (system: {
# name = system;
# value = self.devShells."${system}.${system}".devenv;
# })
# supportedSystems);
};
}

0 comments on commit 571d736

Please sign in to comment.