Skip to content

Commit

Permalink
Add cachix-hakase command to devshells.nix
Browse files Browse the repository at this point in the history
  • Loading branch information
yousiki committed Mar 24, 2024
1 parent 88e37e7 commit 58df1af
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions cells/common/devshells.nix
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,11 @@
help = "Format code with treefmt";
command = "treefmt";
}
{
name = "cachix-hakase";
help = "Push hakase configuration to cachix";
command = "nix build --print-out-paths .#nixosConfigurations.hakase.config.system.build.toplevel | cachix push nichijou";
}
];
};
}

0 comments on commit 58df1af

Please sign in to comment.