mirror of
https://codeberg.org/leana8959/.files.git
synced 2025-12-06 14:49:14 +00:00
nix: remove nix-darwin input
This commit is contained in:
parent
8927110e81
commit
d3fa6357b3
2 changed files with 0 additions and 28 deletions
|
|
@ -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";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue