Skip to content

Commit

Permalink
Updating refs
Browse files Browse the repository at this point in the history
  • Loading branch information
maksar committed Mar 25, 2024
1 parent c5e607c commit 575a3a7
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 21 deletions.
36 changes: 18 additions & 18 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 5 additions & 3 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,8 @@
inherit (prev) system;
inherit config;
};

# awscli2 = stable.awscli2;
})
];
};
Expand Down Expand Up @@ -109,10 +111,10 @@

# Build and activate with `nix build .#cloudVM.activationPackage; ./result/activate`
cloudVM = home-manager.lib.homeManagerConfiguration {
pkgs = import nixpkgs {
pkgs = import nixpkgs ( nixpkgsConfig // {
system = "x86_64-linux";
config = { allowUnfree = true; };
};
# ; # { allowUnfree = true; };
});

modules = [
homeManagerCommonConfig
Expand Down

0 comments on commit 575a3a7

Please sign in to comment.