From 5147001f318ae56702d19ec832c9eaed5cf35e43 Mon Sep 17 00:00:00 2001 From: Linnnus Date: Thu, 5 Dec 2024 16:49:01 +0100 Subject: 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 --- flake.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'flake.nix') diff --git a/flake.nix b/flake.nix index ab09feb..bac1829 100644 --- a/flake.nix +++ b/flake.nix @@ -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 = { -- cgit v1.2.3