Skip to content

Commit

Permalink
Merge pull request #1608 from cachix/flake-shim-priority
Browse files Browse the repository at this point in the history
flake: make it difficult to clobber the flake shim
  • Loading branch information
domenkozar authored Nov 24, 2024
2 parents 5203d46 + 95c68d4 commit 85d9702
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -233,7 +233,7 @@
modules = [
(self.modules + /top-level.nix)
({ config, ... }: {
packages = [
packages = pkgs.lib.mkBefore [
(mkDevShellPackage config pkgs)
];
devenv.warnOnNewVersion = false;
Expand Down

0 comments on commit 85d9702

Please sign in to comment.