put shellHook in mkShell call
This commit is contained in:
parent
c9d26d832a
commit
406b867dfe
12
flake.nix
12
flake.nix
@ -10,9 +10,7 @@
|
||||
{
|
||||
devShells."${system}" =
|
||||
let
|
||||
pkgs = import nixpkgs {
|
||||
inherit system;
|
||||
};
|
||||
pkgs = nixpkgs.legacyPackages."${system}";
|
||||
in
|
||||
pkgs.mkShellNoCC {
|
||||
packages = with pkgs; [
|
||||
@ -31,10 +29,10 @@
|
||||
];
|
||||
})
|
||||
];
|
||||
shellHook = ''
|
||||
echo "starting codium"
|
||||
codium .
|
||||
'';
|
||||
};
|
||||
shellHook = ''
|
||||
echo "starting codium"
|
||||
codium .
|
||||
'';
|
||||
};
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user