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;
};
in rec {
packages.x86_64-linux = rec {
in {
packages.x86_64-linux = {
inherit thermostat;
};
hydraJobs = {
inherit (packages.x86_64-linux) thermostat;
inherit thermostat;
};
devShell.x86_64-linux = pkgs.mkShell {