diff --git a/flake.lock b/flake.lock index 6e535c3..388bf54 100644 --- a/flake.lock +++ b/flake.lock @@ -371,7 +371,9 @@ }, "jawz-scripts": { "inputs": { - "nixpkgs": "nixpkgs" + "nixpkgs": [ + "nixpkgs" + ] }, "locked": { "lastModified": 1734312686, @@ -411,14 +413,18 @@ }, "nixpkgs": { "locked": { - "lastModified": 0, - "narHash": "sha256-M1+uCoV5igihRfcUKrr1riygbe73/dzNnzPsmaLCmpo=", - "path": "/nix/store/vqhkmj60457j8nrw9vb94ln40rkic1p6-source", - "type": "path" + "lastModified": 1734119587, + "narHash": "sha256-AKU6qqskl0yf2+JdRdD0cfxX4b9x3KKV5RqA6wijmPM=", + "owner": "nixos", + "repo": "nixpkgs", + "rev": "3566ab7246670a43abd2ffa913cc62dad9cdf7d5", + "type": "github" }, "original": { - "id": "nixpkgs", - "type": "indirect" + "owner": "nixos", + "ref": "nixos-unstable", + "repo": "nixpkgs", + "type": "github" } }, "nixpkgs-lib": { @@ -449,22 +455,6 @@ "type": "github" } }, - "nixpkgs_2": { - "locked": { - "lastModified": 1734119587, - "narHash": "sha256-AKU6qqskl0yf2+JdRdD0cfxX4b9x3KKV5RqA6wijmPM=", - "owner": "nixos", - "repo": "nixpkgs", - "rev": "3566ab7246670a43abd2ffa913cc62dad9cdf7d5", - "type": "github" - }, - "original": { - "owner": "nixos", - "ref": "nixos-unstable", - "repo": "nixpkgs", - "type": "github" - } - }, "nur": { "inputs": { "flake-parts": "flake-parts_2", @@ -517,7 +507,7 @@ "hyprland": "hyprland", "jawz-scripts": "jawz-scripts", "nix-gaming": "nix-gaming", - "nixpkgs": "nixpkgs_2", + "nixpkgs": "nixpkgs", "nur": "nur", "sops-nix": "sops-nix", "ucodenix": "ucodenix" diff --git a/flake.nix b/flake.nix index a8b4e8d..a222989 100644 --- a/flake.nix +++ b/flake.nix @@ -48,7 +48,7 @@ lib.nixosSystem { inherit system; specialArgs = { - inherit inputs outputs pkgs; + inherit inputs outputs; }; modules = [ { nixpkgs.overlays = [ overlayFile ]; }