This commit is contained in:
Schrottkatze 2022-10-08 13:27:03 +02:00
parent 2ca763bfde
commit 576e539bc5
3 changed files with 11 additions and 2 deletions

View file

@ -24,13 +24,19 @@
"mac-brcm-fw": {
"flake": false,
"locked": {
<<<<<<< HEAD
"lastModified": 1664744853,
"narHash": "sha256-i5EFVTIDHQCtFg/OFLmjOzbJqhpwy4MjwBmFUnq0DjI=",
"path": "/home/jade/mac-brcm-fw",
=======
"lastModified": 1,
"narHash": "sha256-ewzM8IBKNFCx73ah5rflcdx605ukRF3oTWwih2CTsvs=",
"path": "./mac-brcm-fw",
>>>>>>> 801cd65 (stuff)
"type": "path"
},
"original": {
"path": "../mac-brcm-fw",
"path": "./mac-brcm-fw",
"type": "path"
}
},

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;
};
};

3
mac-brcm-fw/default.nix Normal file
View file

@ -0,0 +1,3 @@
{ ... }: {}
# dummy