nix: remove nix-darwin input

This commit is contained in:
Primrose 2025-03-23 19:35:45 +01:00
parent 8927110e81
commit d3fa6357b3
Signed by: primrose
GPG key ID: 4E887A4CA9714ADA
2 changed files with 0 additions and 28 deletions

View file

@ -37,8 +37,6 @@
// import ./nix/devShells ctx;
inputs = {
# At next release (25.05), pin 24.11 for nix-darwin
# We're not going to keep maintaining darwin configuration
nixpkgs.url = "github:nixos/nixpkgs/nixos-24.11";
nixpkgs-stable.url = "github:nixos/nixpkgs/nixos-24.11";
@ -51,11 +49,6 @@
inputs."nixpkgs".follows = "nixpkgs";
};
nix-darwin = {
url = "github:LnL7/nix-darwin";
inputs."nixpkgs".follows = "nixpkgs";
};
nur.url = "github:nix-community/nur";
agenix.url = "github:ryantm/agenix/0.15.0";