summaryrefslogtreecommitdiff
path: root/flake.nix
diff options
context:
space:
mode:
authorLinnnus <[email protected]>2024-12-05 16:49:01 +0100
committerLinnnus <[email protected]>2024-12-06 08:31:48 +0100
commit5147001f318ae56702d19ec832c9eaed5cf35e43 (patch)
treec27f0365ea7ba27839990398cd9e4091f753d9a4 /flake.nix
parenta2f2f142a64ea34637e1586728d6e4e33553040f (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.nix6
1 files changed, 3 insertions, 3 deletions
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 = {