Skip to content

Commit

Permalink
nixfmt
Browse files Browse the repository at this point in the history
  • Loading branch information
GitHub Actions committed Aug 5, 2024
1 parent 56c596f commit cd633e2
Show file tree
Hide file tree
Showing 3 changed files with 296 additions and 191 deletions.
15 changes: 13 additions & 2 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,10 @@
common
// {
pname = "device-client";
subPackages = [ "cmd/device-client" "cmd/device-dns" ];
subPackages = [
"cmd/device-client"
"cmd/device-dns"
];
}
);
etc = pkgs.buildGoModule (
Expand Down Expand Up @@ -119,7 +122,15 @@
;
};
nixosModules = (import ./modules.nix) {
inherit self system nixpkgsFor libFor nixosLibFor ldflags packages;
inherit
self
system
nixpkgsFor
libFor
nixosLibFor
ldflags
packages
;
};
}
);
Expand Down
Loading

0 comments on commit cd633e2

Please sign in to comment.