Skip to content

Commit

Permalink
flake.lock: Update
Browse files Browse the repository at this point in the history
Flake lock file updates:

• Updated input 'nix-darwin':
    'github:LnL7/nix-darwin/bd921223ba7cdac346477d7ea5204d6f4736fcc6?narHash=sha256-deQVtIH4UJueELJqluAICUtX7OosD9paTP%2B5FgbiSwI%3D' (2025-01-14)
  → 'github:LnL7/nix-darwin/944c2b181792ae7ae6b20c0df3f44879c11706c9?narHash=sha256-SDuKLOWAh8VJRXlNWQn9QE99bjeEUAAbYXqrKGbsiyk%3D' (2025-01-14)
  • Loading branch information
Nevil Seong committed Jan 14, 2025
1 parent 7e366c9 commit ea0cbcc
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 6 deletions.
7 changes: 4 additions & 3 deletions flake.lock

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

9 changes: 6 additions & 3 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
nixos-hardware.url = "github:NixOS/nixos-hardware";
impermanence.url = "github:nix-community/impermanence";

nix-darwin.url = "github:LnL7/nix-darwin";
nix-darwin.url = "github:LnL7/nix-darwin/nix-darwin-24.11";
nix-darwin.inputs.nixpkgs.follows = "nixpkgs-darwin";

treefmt-nix.url = "github:numtide/treefmt-nix";
Expand Down Expand Up @@ -205,13 +205,16 @@
};
};
darwinConfigurations = {
grumium = inputs.nix-darwin.lib.darwinSystem {
grumium = inputs.nix-darwin.lib.darwinSystem rec {
system = "aarch64-darwin";
specialArgs.inputs = inputs // {
nixpkgs = inputs.nixpkgs-darwin;
home-manager = inputs.home-manager-darwin;
};
modules = [ ./systems/grumium ];
modules = [
./systems/grumium
{ nixpkgs.hostPlatform = system; }
];
};
};
};
Expand Down

0 comments on commit ea0cbcc

Please sign in to comment.