nix flake update, remove missed override
This commit is contained in:
parent
6ff2ce19f6
commit
30adb68c04
2 changed files with 33 additions and 36 deletions
|
|
@ -63,10 +63,7 @@
|
|||
};
|
||||
servicepoint-simulator = {
|
||||
url = "git+https://git.berlin.ccc.de/servicepoint/servicepoint-simulator.git";
|
||||
inputs = {
|
||||
nixpkgs.follows = "nixpkgs";
|
||||
naersk.follows = "naersk";
|
||||
};
|
||||
inputs.nixpkgs.follows = "nixpkgs";
|
||||
};
|
||||
servicepoint-tanks = {
|
||||
url = "git+https://forge.darkest.space/servicepoint/servicepoint-tanks.git";
|
||||
|
|
|
|||
Loading…
Reference in a new issue