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}" =
|
devShells."${system}" =
|
||||||
let
|
let
|
||||||
pkgs = import nixpkgs {
|
pkgs = nixpkgs.legacyPackages."${system}";
|
||||||
inherit system;
|
|
||||||
};
|
|
||||||
in
|
in
|
||||||
pkgs.mkShellNoCC {
|
pkgs.mkShellNoCC {
|
||||||
packages = with pkgs; [
|
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