diff --git a/flake.lock b/flake.lock index 2153cd7..2950024 100644 --- a/flake.lock +++ b/flake.lock @@ -198,11 +198,11 @@ "systems": "systems" }, "locked": { - "lastModified": 1687709756, - "narHash": "sha256-Y5wKlQSkgEK2weWdOu4J3riRd+kV/VCgHsqLNTTWQ/0=", + "lastModified": 1701680307, + "narHash": "sha256-kAuep2h5ajznlPMD9rnQyffWG8EM/C73lejGofXvdM8=", "owner": "numtide", "repo": "flake-utils", - "rev": "dbabf0ca0c0c4bce6ea5eaf65af5cb694d2082c7", + "rev": "4022d587cbbfd70fe950c1e2083a02621806a725", "type": "github" }, "original": { @@ -419,22 +419,6 @@ "type": "github" } }, - "nixpkgs_2": { - "locked": { - "lastModified": 1703900474, - "narHash": "sha256-Zu+chYVYG2cQ4FCbhyo6rc5Lu0ktZCjRbSPE0fDgukI=", - "owner": "NixOS", - "repo": "nixpkgs", - "rev": "9dd7699928e26c3c00d5d46811f1358524081062", - "type": "github" - }, - "original": { - "owner": "NixOS", - "ref": "nixos-23.11", - "repo": "nixpkgs", - "type": "github" - } - }, "null-ls-nvim-src": { "flake": false, "locked": { @@ -826,7 +810,9 @@ "inputs": { "flake-compat": "flake-compat", "flake-utils": "flake-utils_3", - "nixpkgs": "nixpkgs_2" + "nixpkgs": [ + "nixpkgs" + ] }, "locked": { "lastModified": 1704496463, diff --git a/flake.nix b/flake.nix index 6e54cea..5d82ddf 100644 --- a/flake.nix +++ b/flake.nix @@ -14,7 +14,10 @@ }; # Used for Windows Subsystem for Linux compatibility - wsl.url = "github:nix-community/NixOS-WSL"; + wsl = { + url = "github:nix-community/NixOS-WSL"; + inputs.nixpkgs.follows = "nixpkgs"; + }; # Used for user packages and dotfiles home-manager = {