This commit is contained in:
2026-04-20 08:53:10 +02:00
parent 5b4e30baaa
commit 23342a1bf5
2 changed files with 1 additions and 20 deletions

19
flake.lock generated
View File

@@ -34,22 +34,6 @@
"type": "github" "type": "github"
} }
}, },
"nixpkgs-angular-cli": {
"locked": {
"lastModified": 1764947035,
"narHash": "sha256-EYHSjVM4Ox4lvCXUMiKKs2vETUSL5mx+J2FfutM7T9w=",
"owner": "NixOS",
"repo": "nixpkgs",
"rev": "a672be65651c80d3f592a89b3945466584a22069",
"type": "github"
},
"original": {
"owner": "NixOS",
"repo": "nixpkgs",
"rev": "a672be65651c80d3f592a89b3945466584a22069",
"type": "github"
}
},
"nixpkgs-lib": { "nixpkgs-lib": {
"locked": { "locked": {
"lastModified": 1761765539, "lastModified": 1761765539,
@@ -68,8 +52,7 @@
"root": { "root": {
"inputs": { "inputs": {
"flake-parts": "flake-parts", "flake-parts": "flake-parts",
"nixpkgs": "nixpkgs", "nixpkgs": "nixpkgs"
"nixpkgs-angular-cli": "nixpkgs-angular-cli"
} }
} }
}, },

View File

@@ -4,7 +4,6 @@
inputs = { inputs = {
flake-parts.url = "github:hercules-ci/flake-parts"; flake-parts.url = "github:hercules-ci/flake-parts";
nixpkgs.url = "github:NixOS/nixpkgs/9da7f1cf7f8a6e2a7cb3001b048546c92a8258b4"; nixpkgs.url = "github:NixOS/nixpkgs/9da7f1cf7f8a6e2a7cb3001b048546c92a8258b4";
nixpkgs-angular-cli.url = "github:NixOS/nixpkgs/a672be65651c80d3f592a89b3945466584a22069";
}; };
outputs = inputs @ { outputs = inputs @ {
@@ -135,7 +134,6 @@
[ [
mermaid-cli mermaid-cli
openjdk openjdk
jetty
maven maven
] ]
++ latexPackages; ++ latexPackages;