diff --git a/.gitignore b/.gitignore index b2be92b..e525100 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ result +flake.lock diff --git a/flake.lock b/flake.lock deleted file mode 100644 index f247445..0000000 --- a/flake.lock +++ /dev/null @@ -1,94 +0,0 @@ -{ - "nodes": { - "home-manager": { - "inputs": { - "nixpkgs": [ - "nixpkgs" - ], - "utils": "utils" - }, - "locked": { - "lastModified": 1666253070, - "narHash": "sha256-MtaNgghmfp+ywh5mv9FcspFT4ACaYINSN+D98PCkrP0=", - "owner": "nix-community", - "repo": "home-manager", - "rev": "c485669ca529e01c1505429fa9017c9a93f15559", - "type": "github" - }, - "original": { - "owner": "nix-community", - "repo": "home-manager", - "type": "github" - } - }, - "mac-brcm-fw": { - "flake": false, - "locked": { - "lastModified": 1, - "narHash": "sha256-ewzM8IBKNFCx73ah5rflcdx605ukRF3oTWwih2CTsvs=", - "path": "./mac-brcm-fw", - "type": "path" - }, - "original": { - "path": "./mac-brcm-fw", - "type": "path" - } - }, - "nixos-hardware": { - "locked": { - "lastModified": 1666285205, - "narHash": "sha256-iPTpH8TxpckbqccQfxo6M+FlgFe5bAw/FMJ3YG5bt3s=", - "owner": "kekrby", - "repo": "nixos-hardware", - "rev": "03c4b1f5bd8ab5aa817a59b5982c4dc7ca09a89b", - "type": "github" - }, - "original": { - "owner": "kekrby", - "repo": "nixos-hardware", - "type": "github" - } - }, - "nixpkgs": { - "locked": { - "lastModified": 1666333455, - "narHash": "sha256-oHXIeLB/sPWxKNcSdV1DQi1ddNVoJ17T1yDiMMeygL4=", - "owner": "NixOS", - "repo": "nixpkgs", - "rev": "93e0ac196106dce51878469c9a763c6233af5c57", - "type": "github" - }, - "original": { - "owner": "NixOS", - "ref": "nixos-unstable-small", - "repo": "nixpkgs", - "type": "github" - } - }, - "root": { - "inputs": { - "home-manager": "home-manager", - "mac-brcm-fw": "mac-brcm-fw", - "nixos-hardware": "nixos-hardware", - "nixpkgs": "nixpkgs" - } - }, - "utils": { - "locked": { - "lastModified": 1659877975, - "narHash": "sha256-zllb8aq3YO3h8B/U0/J1WBgAL8EX5yWf5pMj3G0NAmc=", - "owner": "numtide", - "repo": "flake-utils", - "rev": "c0e246b9b83f637f4681389ecabcb2681b4f3af0", - "type": "github" - }, - "original": { - "owner": "numtide", - "repo": "flake-utils", - "type": "github" - } - } - }, - "root": "root", - "version": 7 -}