diff options
author | sefidel <contact@sefidel.net> | 2023-02-15 14:32:53 +0900 |
---|---|---|
committer | sefidel <contact@sefidel.net> | 2023-02-15 15:26:43 +0900 |
commit | 08d7136a2e3150dd898cf2d2d3756801dfb407bd (patch) | |
tree | a43164886b2238b070f12f004d1ae0ecf56a77ac /flake.lock | |
parent | f8d602464b299533806e72986a846d2d8025482e (diff) | |
download | nixrc-08d7136a2e3150dd898cf2d2d3756801dfb407bd.tar.gz nixrc-08d7136a2e3150dd898cf2d2d3756801dfb407bd.zip |
feat(nixos/kompakt): use flakes for asahi-related dependencies
Imports are done directly inside the system configuration file to ensure one doesn't forget to import the required modules.
Diffstat (limited to 'flake.lock')
-rw-r--r-- | flake.lock | 55 |
1 files changed, 55 insertions, 0 deletions
diff --git a/flake.lock b/flake.lock index 227c637..9b218f3 100644 --- a/flake.lock +++ b/flake.lock @@ -1,5 +1,42 @@ { "nodes": { + "apple-silicon": { + "inputs": { + "nixpkgs": [ + "unstable" + ], + "rust-overlay": "rust-overlay" + }, + "locked": { + "lastModified": 1675215747, + "narHash": "sha256-O7vwx67l2PNnkNpPXnp7D0oBW+OfFetxdrlwUtaweY4=", + "owner": "tpwrules", + "repo": "nixos-apple-silicon", + "rev": "0086dd0e401f9dde826e6c170d312a87564aa6a4", + "type": "github" + }, + "original": { + "owner": "tpwrules", + "repo": "nixos-apple-silicon", + "type": "github" + } + }, + "asahi-firmware": { + "flake": false, + "locked": { + "lastModified": 1676438596, + "narHash": "sha256-VPaipnOsayWTBzT3/VOt+ycAXVOgy/+2hjFZaFcyNHg=", + "ref": "refs/heads/main", + "rev": "34b1f1e79575b20c5a17aacce7cefdad80ce11ba", + "revCount": 1, + "type": "git", + "url": "https://git.exotic.sh/pub/sefidel/asahi-firmware" + }, + "original": { + "type": "git", + "url": "https://git.exotic.sh/pub/sefidel/asahi-firmware" + } + }, "chaotic-nixpkgs": { "inputs": { "flake-compat": "flake-compat", @@ -196,6 +233,8 @@ }, "root": { "inputs": { + "apple-silicon": "apple-silicon", + "asahi-firmware": "asahi-firmware", "chaotic-nixpkgs": "chaotic-nixpkgs", "darwin": "darwin", "home-manager": "home-manager", @@ -229,6 +268,22 @@ "type": "github" } }, + "rust-overlay": { + "flake": false, + "locked": { + "lastModified": 1675132198, + "narHash": "sha256-izOVjdIfdv0OzcfO9rXX0lfGkQn4tdJ0eNm3P3LYo/o=", + "owner": "oxalica", + "repo": "rust-overlay", + "rev": "48b1403150c3f5a9aeee8bc4c77c8926f29c6501", + "type": "github" + }, + "original": { + "owner": "oxalica", + "repo": "rust-overlay", + "type": "github" + } + }, "sops-nix": { "inputs": { "nixpkgs": [ |