diff options
| author | Franck Cuny <fcuny@mba-fcuny.localdomain> | 2023-09-11 16:55:36 -0700 |
|---|---|---|
| committer | Franck Cuny <fcuny@mba-fcuny.localdomain> | 2023-09-11 16:55:36 -0700 |
| commit | c5b1c207532dd29b14d3f1a7b6b25a01a2e4824b (patch) | |
| tree | a1af5028b5aa4c5944fbbee2af1418f6d704f433 /flake.lock | |
| parent | some changes to GitHub action (diff) | |
| download | infra-c5b1c207532dd29b14d3f1a7b6b25a01a2e4824b.tar.gz | |
add configuration for the M2 macbook air
Diffstat (limited to '')
| -rw-r--r-- | flake.lock | 21 |
1 files changed, 21 insertions, 0 deletions
@@ -44,6 +44,26 @@ "type": "github" } }, + "darwin_2": { + "inputs": { + "nixpkgs": [ + "nixpkgs" + ] + }, + "locked": { + "lastModified": 1692248770, + "narHash": "sha256-tZeFpETKQGbgnaSIO1AGWD27IyTcBm4D+A9d7ulQ4NM=", + "owner": "lnl7", + "repo": "nix-darwin", + "rev": "511177ffe8226c78c9cf6a92a7b5f2df3684956b", + "type": "github" + }, + "original": { + "owner": "lnl7", + "repo": "nix-darwin", + "type": "github" + } + }, "emacs-overlay": { "inputs": { "flake-utils": "flake-utils", @@ -344,6 +364,7 @@ "root": { "inputs": { "agenix": "agenix", + "darwin": "darwin_2", "emacs-overlay": "emacs-overlay", "futils": "futils", "home-manager": "home-manager_2", |
