diff --git a/configs/common.nix b/configs/common.nix index fadaf81..b7b4fad 100644 --- a/configs/common.nix +++ b/configs/common.nix @@ -15,6 +15,7 @@ ## Limit Cores on rebuild and enable Flakes nix.settings = { cores = 6; + download-buffer-size = 524288000; experimental-features = [ "nix-command" "flakes" diff --git a/flake.lock b/flake.lock index 4ff763d..7625118 100644 --- a/flake.lock +++ b/flake.lock @@ -216,22 +216,6 @@ "type": "github" } }, - "nixpkgs_10": { - "locked": { - "lastModified": 1761597516, - "narHash": "sha256-wxX7u6D2rpkJLWkZ2E932SIvDJW8+ON/0Yy8+a5vsDU=", - "owner": "nixos", - "repo": "nixpkgs", - "rev": "daf6dc47aa4b44791372d6139ab7b25269184d55", - "type": "github" - }, - "original": { - "owner": "nixos", - "ref": "nixos-25.05", - "repo": "nixpkgs", - "type": "github" - } - }, "nixpkgs_2": { "locked": { "lastModified": 1767379071, @@ -297,22 +281,6 @@ } }, "nixpkgs_6": { - "locked": { - "lastModified": 1771848320, - "narHash": "sha256-0MAd+0mun3K/Ns8JATeHT1sX28faLII5hVLq0L3BdZU=", - "owner": "NixOS", - "repo": "nixpkgs", - "rev": "2fc6539b481e1d2569f25f8799236694180c0993", - "type": "github" - }, - "original": { - "owner": "NixOS", - "ref": "nixos-unstable", - "repo": "nixpkgs", - "type": "github" - } - }, - "nixpkgs_7": { "locked": { "lastModified": 1769461804, "narHash": "sha256-msG8SU5WsBUfVVa/9RPLaymvi5bI8edTavbIq3vRlhI=", @@ -328,7 +296,7 @@ "type": "github" } }, - "nixpkgs_8": { + "nixpkgs_7": { "locked": { "lastModified": 1769170682, "narHash": "sha256-oMmN1lVQU0F0W2k6OI3bgdzp2YOHWYUAw79qzDSjenU=", @@ -344,25 +312,27 @@ "type": "github" } }, - "nixpkgs_9": { + "nixpkgs_8": { "locked": { - "lastModified": 1756787288, - "narHash": "sha256-rw/PHa1cqiePdBxhF66V7R+WAP8WekQ0mCDG4CFqT8Y=", - "owner": "NixOS", + "lastModified": 1761597516, + "narHash": "sha256-wxX7u6D2rpkJLWkZ2E932SIvDJW8+ON/0Yy8+a5vsDU=", + "owner": "nixos", "repo": "nixpkgs", - "rev": "d0fc30899600b9b3466ddb260fd83deb486c32f1", + "rev": "daf6dc47aa4b44791372d6139ab7b25269184d55", "type": "github" }, "original": { - "owner": "NixOS", - "ref": "nixos-unstable", + "owner": "nixos", + "ref": "nixos-25.05", "repo": "nixpkgs", "type": "github" } }, "nvim-wrapped": { "inputs": { - "nixpkgs": "nixpkgs_6" + "nixpkgs": [ + "nixpkgs" + ] }, "locked": { "lastModified": 1774179420, @@ -382,7 +352,7 @@ "inputs": { "flake-parts": "flake-parts", "home-manager": "home-manager", - "nixpkgs": "nixpkgs_7", + "nixpkgs": "nixpkgs_6", "systems": "systems_3" }, "locked": { @@ -409,7 +379,6 @@ "nvim-wrapped": "nvim-wrapped", "otter-launcher": "otter-launcher", "sls-steam": "sls-steam", - "tree-sitter": "tree-sitter", "way-edges": "way-edges" } }, @@ -453,7 +422,7 @@ }, "sls-steam": { "inputs": { - "nixpkgs": "nixpkgs_8" + "nixpkgs": "nixpkgs_7" }, "locked": { "lastModified": 1773488571, @@ -514,25 +483,6 @@ "type": "github" } }, - "tree-sitter": { - "inputs": { - "nixpkgs": "nixpkgs_9" - }, - "locked": { - "lastModified": 1765318765, - "narHash": "sha256-RycoHWegJJ6HI+6WeUUphSyo3n0KnDziMNp88YwgVa4=", - "owner": "tree-sitter", - "repo": "tree-sitter", - "rev": "8b8199775f96ca8642cf7860da46100875b38453", - "type": "github" - }, - "original": { - "owner": "tree-sitter", - "ref": "8b8199775f96ca8642cf7860da46100875b38453", - "repo": "tree-sitter", - "type": "github" - } - }, "utils": { "inputs": { "systems": "systems" @@ -553,7 +503,7 @@ }, "way-edges": { "inputs": { - "nixpkgs": "nixpkgs_10", + "nixpkgs": "nixpkgs_8", "rust-overlay": "rust-overlay" }, "locked": {