Skip to content

Commit

Permalink
add devShell
Browse files Browse the repository at this point in the history
  • Loading branch information
arianvp committed Nov 24, 2023
1 parent 439832f commit 22649c8
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,11 @@
resizePartition = nixpkgs.legacyPackages.${system}.nixosTest ./tests/resize-partition.nix;
});

devShells = lib.genAttrs self.lib.supportedSystems (system: {
default = let pkgs = nixpkgs.legacyPackages.${system}; in pkgs.mkShell {
nativeBuildInputs = [ pkgs.awscli2 pkgs.opentofu ];
};
});

};
}

0 comments on commit 22649c8

Please sign in to comment.