Skip to content

Commit

Permalink
Add AWS cloud start
Browse files Browse the repository at this point in the history
  • Loading branch information
richiejp committed Oct 7, 2024
1 parent 035e757 commit 899f73a
Show file tree
Hide file tree
Showing 7 changed files with 860 additions and 19 deletions.
2 changes: 1 addition & 1 deletion flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
inherit version;
dontPatchShebangs = true;
};
vendorHash = "sha256-OmNKmih4OSJSp5Thuotn6SB/TLDvMHNmwFdzJxXyAe4="; #pkgs.lib.fakeHash;
vendorHash = pkgs.lib.fakeHash;
cli = pkgs.callPackage ./distros/nix/cli.nix {
inherit version vendorHash;
};
Expand Down
Loading

0 comments on commit 899f73a

Please sign in to comment.