diff options
author | Linnnus <[email protected]> | 2024-12-05 16:49:01 +0100 |
---|---|---|
committer | Linnnus <[email protected]> | 2024-12-06 08:31:48 +0100 |
commit | 5147001f318ae56702d19ec832c9eaed5cf35e43 (patch) | |
tree | c27f0365ea7ba27839990398cd9e4091f753d9a4 /flake.nix | |
parent | a2f2f142a64ea34637e1586728d6e4e33553040f (diff) |
Bump nixpkgs 24.{05 => 11} and nixpkgs-unstable
- Bump perl input to pkgs/trash
- Use {swiftPackages. => }xcbuild for pbv
- Remove cling; was crashing and ) wasn't using it anyways
- LSP tsserver was renamed to ts_ls
Diffstat (limited to 'flake.nix')
-rw-r--r-- | flake.nix | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -1,13 +1,13 @@ { inputs = { nixpkgs = { - url = "github:NixOS/nixpkgs/nixos-24.05"; + url = "github:NixOS/nixpkgs/nixos-24.11"; }; nixpkgs-unstable = { - url = "nixpkgs/nixos-unstable"; + url = "github:NixOS/nixpkgs/nixos-unstable"; }; home-manager = { - url = "github:nix-community/home-manager/release-24.05"; + url = "github:nix-community/home-manager/release-24.11"; inputs.nixpkgs.follows = "nixpkgs"; }; nix-darwin = { |