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 - https://metacubexd.pages.dev
- yacd: - yacd:
- https://yacd.haishan.me - https://yacd.haishan.me
- clash-dashboard (buggy): - clash-dashboard:
- https://clash.razord.top - https://clash.razord.top
''; '';
}; };

View file

@ -322,26 +322,6 @@
"type": "github" "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": { "nixos-hardware": {
"locked": { "locked": {
"lastModified": 1719895800, "lastModified": 1719895800,
@ -503,7 +483,6 @@
"nix-darwin": "nix-darwin", "nix-darwin": "nix-darwin",
"nix-formatter-pack": "nix-formatter-pack", "nix-formatter-pack": "nix-formatter-pack",
"nix-on-droid": "nix-on-droid", "nix-on-droid": "nix-on-droid",
"nixcasks": "nixcasks",
"nixos-hardware": "nixos-hardware", "nixos-hardware": "nixos-hardware",
"nixos-sensible": "nixos-sensible", "nixos-sensible": "nixos-sensible",
"nixpkgs": "nixpkgs", "nixpkgs": "nixpkgs",

View file

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