mac stuff again

This commit is contained in:
Schrottkatze 2022-10-02 18:15:36 +02:00
parent 2615b67f63
commit 70320d843a
2 changed files with 16 additions and 2 deletions

View file

@ -21,6 +21,19 @@
"type": "github"
}
},
"mac-brcm-fw": {
"flake": false,
"locked": {
"lastModified": 1664726006,
"narHash": "sha256-9qHjA/IZUJw22GjrD2nPo49dIR5goyiR2tuEGYJ40AI=",
"path": "/home/jade/mac-brcm-fw",
"type": "path"
},
"original": {
"path": "../mac-brcm-fw",
"type": "path"
}
},
"nixos-hardware": {
"locked": {
"lastModified": 1664465979,
@ -55,6 +68,7 @@
"root": {
"inputs": {
"home-manager": "home-manager",
"mac-brcm-fw": "mac-brcm-fw",
"nixos-hardware": "nixos-hardware",
"nixpkgs": "nixpkgs"
}

View file

@ -9,7 +9,7 @@
};
nixos-hardware.url = "github:kekrby/nixos-hardware";
mac-brcm-fw = {
url = "path:./mac-brcm-fw";
url = "path:../mac-brcm-fw";
flake = false;
};
};
@ -33,7 +33,7 @@
potatobook-g = nixpkgs.lib.nixosSystem {
system = "x86_64-linux";
modules = [
./mac-brcm-fw
"${mac-brcm-fw}"
./potatobook-g/configuration.nix
home-manager.nixosModules.home-manager {
home-manager.useGlobalPkgs = true;