all repos — nixfiles @ fc975d16c41c4f92f3e3dde4a837be52051b4e77

System and user configuration, managed by nix and home-manager

Port mba darwin configuration to flakes

Alan Pearce
commit

fc975d16c41c4f92f3e3dde4a837be52051b4e77

parent

ad252750a5f086a3fecceacc5a5eaff3d080ab9d

1 file changed, 22 insertions(+), 0 deletions(-)

changed files
M flake.lockflake.lock
@@ -1,5 +1,26 @@
{ "nodes": { + "darwin": { + "inputs": { + "nixpkgs": [ + "nixpkgs-unstable" + ] + }, + "locked": { + "lastModified": 1664210064, + "narHash": "sha256-df6nKVZe/yAhmJ9csirTPahc0dldwm3HBhCVNA6qWr0=", + "owner": "lnl7", + "repo": "nix-darwin", + "rev": "02d2551c927b7d65ded1b3c7cd13da5cc7ae3fcf", + "type": "github" + }, + "original": { + "owner": "lnl7", + "ref": "master", + "repo": "nix-darwin", + "type": "github" + } + }, "nixos": { "locked": { "lastModified": 1664883812,
@@ -64,6 +85,7 @@ }
}, "root": { "inputs": { + "darwin": "darwin", "nixos": "nixos", "nixos-hardware": "nixos-hardware", "nixos-unstable": "nixos-unstable",