nix flakes support #64

Merged
sb10q merged 7 commits from mwojcik/thermostat:nixflakes into master 2022-01-19 11:13:47 +08:00
Showing only changes of commit 7f427fbc2a - Show all commits

View File

@ -56,13 +56,13 @@
dontFixup = true; dontFixup = true;
}; };
in rec { in {
Outdated
Review

rec not needed

rec not needed
packages.x86_64-linux = rec { packages.x86_64-linux = {
Outdated
Review

also here

also here
inherit thermostat; inherit thermostat;
}; };
hydraJobs = { hydraJobs = {
inherit (packages.x86_64-linux) thermostat; inherit thermostat;
}; };
devShell.x86_64-linux = pkgs.mkShell { devShell.x86_64-linux = pkgs.mkShell {