diff --git a/flake.lock b/flake.lock index 6a49c62..7904428 100644 --- a/flake.lock +++ b/flake.lock @@ -2,9 +2,7 @@ "nodes": { "auto-cpufreq": { "inputs": { - "nixpkgs": [ - "nixpkgs" - ] + "nixpkgs": "nixpkgs" }, "locked": { "lastModified": 1745403023, @@ -540,9 +538,7 @@ "iamb": { "inputs": { "flake-utils": "flake-utils", - "nixpkgs": [ - "nixpkgs" - ], + "nixpkgs": "nixpkgs_2", "rust-overlay": "rust-overlay" }, "locked": { @@ -576,9 +572,7 @@ }, "nbfc-linux": { "inputs": { - "nixpkgs": [ - "nixpkgs" - ], + "nixpkgs": "nixpkgs_4", "utils": "utils" }, "locked": { @@ -603,7 +597,7 @@ "git-hooks": "git-hooks_2", "hercules-ci-effects": "hercules-ci-effects", "neovim-src": "neovim-src", - "nixpkgs": "nixpkgs_2", + "nixpkgs": "nixpkgs_5", "treefmt-nix": "treefmt-nix" }, "locked": { @@ -751,11 +745,11 @@ }, "nixpkgs": { "locked": { - "lastModified": 1736320768, - "narHash": "sha256-nIYdTAiKIGnFNugbomgBJR+Xv5F1ZQU+HfaBqJKroC0=", + "lastModified": 1746206129, + "narHash": "sha256-JA4DynBKhY7t4DdJZTuomRLAiXFDUgCGGwxgt+XGiik=", "owner": "NixOS", "repo": "nixpkgs", - "rev": "4bc9c909d9ac828a039f288cf872d16d38185db8", + "rev": "9a7caecf30a0494c88b7daeeed29244cd9a52e7d", "type": "github" }, "original": { @@ -813,6 +807,54 @@ } }, "nixpkgs_2": { + "locked": { + "lastModified": 1746141548, + "narHash": "sha256-IgBWhX7A2oJmZFIrpRuMnw5RAufVnfvOgHWgIdds+hc=", + "owner": "nixos", + "repo": "nixpkgs", + "rev": "f02fddb8acef29a8b32f10a335d44828d7825b78", + "type": "github" + }, + "original": { + "owner": "nixos", + "ref": "nixos-unstable", + "repo": "nixpkgs", + "type": "github" + } + }, + "nixpkgs_3": { + "locked": { + "lastModified": 1736320768, + "narHash": "sha256-nIYdTAiKIGnFNugbomgBJR+Xv5F1ZQU+HfaBqJKroC0=", + "owner": "NixOS", + "repo": "nixpkgs", + "rev": "4bc9c909d9ac828a039f288cf872d16d38185db8", + "type": "github" + }, + "original": { + "owner": "NixOS", + "ref": "nixpkgs-unstable", + "repo": "nixpkgs", + "type": "github" + } + }, + "nixpkgs_4": { + "locked": { + "lastModified": 1705957679, + "narHash": "sha256-Q8LJaVZGJ9wo33wBafvZSzapYsjOaNjP/pOnSiKVGHY=", + "owner": "nixOS", + "repo": "nixpkgs", + "rev": "9a333eaa80901efe01df07eade2c16d183761fa3", + "type": "github" + }, + "original": { + "owner": "nixOS", + "ref": "release-23.05", + "repo": "nixpkgs", + "type": "github" + } + }, + "nixpkgs_5": { "locked": { "lastModified": 1746061036, "narHash": "sha256-OxYwCGJf9VJ2KnUO+w/hVJVTjOgscdDg/lPv8Eus07Y=", @@ -828,7 +870,7 @@ "type": "github" } }, - "nixpkgs_3": { + "nixpkgs_6": { "locked": { "lastModified": 1746141548, "narHash": "sha256-IgBWhX7A2oJmZFIrpRuMnw5RAufVnfvOgHWgIdds+hc=", @@ -844,6 +886,22 @@ "type": "github" } }, + "nixpkgs_7": { + "locked": { + "lastModified": 1746206129, + "narHash": "sha256-JA4DynBKhY7t4DdJZTuomRLAiXFDUgCGGwxgt+XGiik=", + "owner": "nixos", + "repo": "nixpkgs", + "rev": "9a7caecf30a0494c88b7daeeed29244cd9a52e7d", + "type": "github" + }, + "original": { + "owner": "nixos", + "ref": "nixpkgs-unstable", + "repo": "nixpkgs", + "type": "github" + } + }, "nmd": { "flake": false, "locked": { @@ -927,9 +985,7 @@ "flake-utils": "flake-utils_2", "mnw": "mnw", "nil": "nil", - "nixpkgs": [ - "nixpkgs" - ], + "nixpkgs": "nixpkgs_7", "systems": "systems_4" }, "locked": { @@ -957,14 +1013,14 @@ "nix-flatpak": "nix-flatpak", "nix-index-database": "nix-index-database", "nix-on-droid": "nix-on-droid", - "nixpkgs": "nixpkgs_3", + "nixpkgs": "nixpkgs_6", "nvf": "nvf", "stylix": "stylix" } }, "rust-overlay": { "inputs": { - "nixpkgs": "nixpkgs" + "nixpkgs": "nixpkgs_3" }, "locked": { "lastModified": 1736994333, diff --git a/flake.nix b/flake.nix index f4c5182..b27ae20 100644 --- a/flake.nix +++ b/flake.nix @@ -20,19 +20,16 @@ # NVF FOR SUPER NVIM nvf = { url = "github:notashelf/nvf"; - inputs.nixpkgs.follows = "nixpkgs"; }; # auto-cpufreq latest version, for optimizing my laptop's thermal's auto-cpufreq = { url = "github:AdnanHodzic/auto-cpufreq"; - inputs.nixpkgs.follows = "nixpkgs"; }; # use custom nbfc that has the config for my laptop nbfc-linux = { url = "github:cronyakatsuki/nbfc-linux/a715-41g"; - inputs.nixpkgs.follows = "nixpkgs"; }; # use prebuild nix-index ( crashes on me cause little ram ) @@ -50,7 +47,6 @@ # iamb, a matrix tui client. Latest possible version iamb = { url = "github:ulyssa/iamb"; - inputs.nixpkgs.follows = "nixpkgs"; }; # Support for android