Skip to content

Commit

Permalink
flake.nix: add nix-rosetta-builder
Browse files Browse the repository at this point in the history
  • Loading branch information
khaneliman committed Dec 28, 2024
1 parent 0fcebc0 commit df823b2
Show file tree
Hide file tree
Showing 2 changed files with 68 additions and 1 deletion.
59 changes: 59 additions & 0 deletions flake.lock

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

10 changes: 9 additions & 1 deletion flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,11 @@
inputs.nixpkgs.follows = "nixpkgs";
};

nix-rosetta-builder = {
url = "github:cpick/nix-rosetta-builder";
inputs.nixpkgs.follows = "nixpkgs-unstable";
};

# Nix User Repository (master)
nur.url = "github:nix-community/NUR";

Expand Down Expand Up @@ -188,7 +193,10 @@

systems = {
modules = {
darwin = with inputs; [ sops-nix.darwinModules.sops ];
darwin = with inputs; [
nix-rosetta-builder.darwinModules.default
sops-nix.darwinModules.sops
];
nixos = with inputs; [
disko.nixosModules.disko
lanzaboote.nixosModules.lanzaboote
Expand Down

0 comments on commit df823b2

Please sign in to comment.