fix angular/cli config
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
inputs = {
|
||||
flake-parts.url = "github:hercules-ci/flake-parts";
|
||||
nixpkgs.url = "github:NixOS/nixpkgs/9da7f1cf7f8a6e2a7cb3001b048546c92a8258b4";
|
||||
nixpkgs-angular-cli.url = "github:NixOS/nixpkgs/nixos-22.11";
|
||||
nixpkgs-angular-cli.url = "github:NixOS/nixpkgs/a672be65651c80d3f592a89b3945466584a22069";
|
||||
};
|
||||
|
||||
outputs = inputs @ {
|
||||
@@ -56,7 +56,7 @@
|
||||
};
|
||||
|
||||
angularPackages = with pkgs-angular-cli; [
|
||||
nodePackages."@angular/cli"
|
||||
nodejs_25
|
||||
];
|
||||
in {
|
||||
# Per-system attributes can be defined here. The self' and inputs'
|
||||
@@ -141,6 +141,8 @@
|
||||
echo "Usage Example:"
|
||||
echo "mvn clean package # build demo.war"
|
||||
echo "jetty # run webserver"
|
||||
|
||||
alias ng="npx ng"
|
||||
'';
|
||||
};
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user