nix flakes support #64
@ -56,13 +56,13 @@
|
||||
|
||||
dontFixup = true;
|
||||
};
|
||||
in rec {
|
||||
packages.x86_64-linux = rec {
|
||||
in {
|
||||
|
||||
packages.x86_64-linux = {
|
||||
sb10q
commented
also here also here
|
||||
inherit thermostat;
|
||||
};
|
||||
|
||||
hydraJobs = {
|
||||
inherit (packages.x86_64-linux) thermostat;
|
||||
inherit thermostat;
|
||||
};
|
||||
|
||||
devShell.x86_64-linux = pkgs.mkShell {
|
||||
|
Loading…
Reference in New Issue
Block a user
rec not needed