Things should work for macbook too

This commit is contained in:
Natsu Kagami 2021-10-29 13:31:16 -04:00
parent 4f635b3cd3
commit d37f6808f5
6 changed files with 86 additions and 75 deletions

55
flake.lock generated
View file

@ -60,20 +60,18 @@
},
"naersk": {
"inputs": {
"nixpkgs": [
"nixpkgs"
]
"nixpkgs": "nixpkgs_3"
},
"locked": {
"lastModified": 1629707199,
"narHash": "sha256-sGxlmfp5eXL5sAMNqHSb04Zq6gPl+JeltIZ226OYN0w=",
"owner": "nmattia",
"lastModified": 1635444951,
"narHash": "sha256-1y3YkERwoYDIZjGow7HLAR8K3C/9VBPCBy8VpftMPsM=",
"owner": "nix-community",
"repo": "naersk",
"rev": "df71f5e4babda41cd919a8684b72218e2e809fa9",
"rev": "0d2ce479df4633dbeb53a8ea96e5098ed37fbcc6",
"type": "github"
},
"original": {
"owner": "nmattia",
"owner": "nix-community",
"repo": "naersk",
"type": "github"
}
@ -123,6 +121,20 @@
}
},
"nixpkgs_3": {
"locked": {
"lastModified": 1635527206,
"narHash": "sha256-vuktnugcLNX5HFpj8nVSKgojRDYQlxtKtcYWtOveegE=",
"owner": "NixOS",
"repo": "nixpkgs",
"rev": "7565e8eb3278125807f7f7abafcd3232f77746d9",
"type": "github"
},
"original": {
"id": "nixpkgs",
"type": "indirect"
}
},
"nixpkgs_4": {
"locked": {
"lastModified": 1622516815,
"narHash": "sha256-ZjBd81a6J3TwtlBr3rHsZspYUwT9OdhDk+a/SgSEf7I=",
@ -138,22 +150,6 @@
"type": "github"
}
},
"nixpkgs_4": {
"locked": {
"lastModified": 1630481079,
"narHash": "sha256-leWXLchbAbqOlLT6tju631G40SzQWPqaAXQG3zH1Imw=",
"owner": "nixos",
"repo": "nixpkgs",
"rev": "110a2c9ebbf5d4a94486854f18a37a938cfacbbb",
"type": "github"
},
"original": {
"owner": "nixos",
"ref": "nixos-21.05",
"repo": "nixpkgs",
"type": "github"
}
},
"nixpkgs_5": {
"locked": {
"lastModified": 1625223284,
@ -187,8 +183,12 @@
},
"rnix-lsp": {
"inputs": {
"naersk": "naersk",
"nixpkgs": "nixpkgs_4",
"naersk": [
"naersk"
],
"nixpkgs": [
"nixpkgs-unstable"
],
"utils": "utils"
},
"locked": {
@ -210,7 +210,8 @@
"darwin": "darwin",
"home-manager-21_05": "home-manager-21_05",
"home-manager-unstable": "home-manager-unstable",
"nixpkgs": "nixpkgs_3",
"naersk": "naersk",
"nixpkgs": "nixpkgs_4",
"nixpkgs-unstable": "nixpkgs-unstable",
"nur": "nur",
"rnix-lsp": "rnix-lsp",