Skip to content

Commit

Permalink
flake-template: fix
Browse files Browse the repository at this point in the history
  • Loading branch information
astro committed Mar 21, 2024
1 parent d25d522 commit ebaa5a3
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions flake-template/flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,8 @@
let
system = "x86_64-linux";
in {
packages.${system}.default = self.packages.${system}.my-microvm;

packages.${system} = {
default = self.packages.${system}.my-microvm;
my-microvm = self.nixosConfigurations.my-microvm.config.microvm.declaredRunner;
};

Expand Down

0 comments on commit ebaa5a3

Please sign in to comment.