Fix flake
This commit is contained in:
@@ -2,12 +2,11 @@
|
||||
inputs = {
|
||||
nixpkgs.url = "nixpkgs/nixos-23.05";
|
||||
flake-utils.url = "github:numtide/flake-utils";
|
||||
etherlab.url = "git+https://git.dripco.eu/nic/etherlab-nix";
|
||||
};
|
||||
|
||||
outputs = { self, nixpkgs, flake-utils, ... }:
|
||||
outputs = { self, nixpkgs, flake-utils, etherlab, ... }:
|
||||
flake-utils.lib.eachDefaultSystem (system: {
|
||||
packages.${system}.ec-controller.modules = [
|
||||
./default.nix
|
||||
];
|
||||
packages.ec-controller = (import ./default.nix) { ethercat = etherlab.ethercat; };
|
||||
defaultPackage.default = (import ./default.nix) { ethercat = etherlab.ethercat; };
|
||||
});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user