fixup! darwin: unbreak

This commit is contained in:
Guanran Wang 2024-07-08 18:12:37 +08:00
parent 24bedbe75e
commit d6f3bbf480
3 changed files with 1 additions and 27 deletions

View file

@ -25,7 +25,7 @@ in {
- https://metacubexd.pages.dev
- yacd:
- https://yacd.haishan.me
- clash-dashboard (buggy):
- clash-dashboard:
- https://clash.razord.top
'';
};

View file

@ -322,26 +322,6 @@
"type": "github"
}
},
"nixcasks": {
"inputs": {
"nixpkgs": [
"nixpkgs-stable"
]
},
"locked": {
"lastModified": 1720301939,
"narHash": "sha256-yP2+IPhcUscJbwbuAaHQRAIKrrnF1ePQBwwzGFlfqmE=",
"owner": "jacekszymanski",
"repo": "nixcasks",
"rev": "b3ebbbc306d051edb9bc2fa9dc791dabfd3d106b",
"type": "github"
},
"original": {
"owner": "jacekszymanski",
"repo": "nixcasks",
"type": "github"
}
},
"nixos-hardware": {
"locked": {
"lastModified": 1719895800,
@ -503,7 +483,6 @@
"nix-darwin": "nix-darwin",
"nix-formatter-pack": "nix-formatter-pack",
"nix-on-droid": "nix-on-droid",
"nixcasks": "nixcasks",
"nixos-hardware": "nixos-hardware",
"nixos-sensible": "nixos-sensible",
"nixpkgs": "nixpkgs",

View file

@ -66,11 +66,6 @@
inputs.nix-formatter-pack.follows = "nix-formatter-pack";
inputs.nmd.follows = "nmd";
};
nixcasks = {
# contains unfree
url = "github:jacekszymanski/nixcasks";
inputs.nixpkgs.follows = "nixpkgs-stable";
};
nur = {
url = "github:nix-community/NUR";
};