Migrate packages to use callPackage pattern
All checks were successful
CI / build (push) Successful in 2m46s
All checks were successful
CI / build (push) Successful in 2m46s
This commit is contained in:
parent
478b8903e0
commit
15ece3585e
11 changed files with 92 additions and 62 deletions
|
@ -9,12 +9,12 @@
|
|||
name = "qois-infrastructure-shell";
|
||||
buildInputs =
|
||||
let
|
||||
vscode-with-extensions = pkgs.vscode-with-extensions.override {
|
||||
vscodium-with-extensions = pkgs.vscode-with-extensions.override {
|
||||
vscodeExtensions = with pkgs.vscode-extensions; [ jnoortheen.nix-ide ];
|
||||
vscode = pkgs.vscodium;
|
||||
};
|
||||
in
|
||||
[ vscode-with-extensions ]
|
||||
[ vscodium-with-extensions ]
|
||||
++ (with self.packages.${system}; [
|
||||
cache
|
||||
deploy-qois
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue