diff --git a/nix/home-manager/flake.lock b/nix/home-manager/flake.lock index 8158646..c01e439 100644 --- a/nix/home-manager/flake.lock +++ b/nix/home-manager/flake.lock @@ -29,11 +29,11 @@ "rust-analyzer-src": "rust-analyzer-src" }, "locked": { - "lastModified": 1724221791, - "narHash": "sha256-mKX67QPnUybOopVph/LhOV1G/H4EvPxDIfSmbufrVdA=", + "lastModified": 1724394478, + "narHash": "sha256-JSiv2uwI4UJo/4pxt4255BfzWCiEberJmBC6pCxnzas=", "owner": "nix-community", "repo": "fenix", - "rev": "e88b38a5a3834e039d413a88f8150a75ef6453ef", + "rev": "2e7bcdc4ef73aa56abd2f970e5a8b9c0cc87e614", "type": "github" }, "original": { @@ -120,11 +120,11 @@ ] }, "locked": { - "lastModified": 1723986931, - "narHash": "sha256-Fy+KEvDQ+Hc8lJAV3t6leXhZJ2ncU5/esxkgt3b8DEY=", + "lastModified": 1724412708, + "narHash": "sha256-tLr1k+UZLVumyqXRU8E5lBtLjsvHSy8e2NiamfkjpYg=", "owner": "nix-community", "repo": "home-manager", - "rev": "2598861031b78aadb4da7269df7ca9ddfc3e1671", + "rev": "b18f3ebc4029c22d437e3424014c8597a8b459a0", "type": "github" }, "original": { @@ -150,22 +150,6 @@ "type": "github" } }, - "mynixpkgs": { - "locked": { - "lastModified": 1723661844, - "narHash": "sha256-XWwdNzOsWPlDVFkQvZKGuzBXBxBwWYzyoDQcbNIkDiA=", - "owner": "anthonycicc", - "repo": "nixpkgs", - "rev": "329ab81c77c782f3ddac34613f1d4aa0db3de3d2", - "type": "github" - }, - "original": { - "owner": "anthonycicc", - "ref": "patch-1", - "repo": "nixpkgs", - "type": "github" - } - }, "nix-flake-tests": { "locked": { "lastModified": 1677844186, @@ -268,11 +252,11 @@ "poetry2nix": "poetry2nix" }, "locked": { - "lastModified": 1723990833, - "narHash": "sha256-Xr3IMc+/xaU+XcVFamzqQA5hVxdd8My1X2TQlYBRmr8=", + "lastModified": 1724336706, + "narHash": "sha256-wWn/TYdcpM3e1C305sn/1kTg6NAD3JFrE8u9AC3Pc40=", "owner": "NixNeovim", "repo": "NixNeovimPlugins", - "rev": "ab8f221f069eee5f95bd1503a4518ca8f322c60f", + "rev": "4cdfc2523117805a9aa3894bc1233151afc2abff", "type": "github" }, "original": { @@ -298,11 +282,11 @@ }, "nixpkgs_2": { "locked": { - "lastModified": 1724243746, - "narHash": "sha256-NNe2UQPr8ZA7AKnehn1JNH/pA6mK8pAhPqT0AxWNrig=", + "lastModified": 1724417185, + "narHash": "sha256-7teITW0RMj6U/c1c+VSB725K1G0d37Unw3jYSEiLY24=", "owner": "nixos", "repo": "nixpkgs", - "rev": "ab13423a4167ad7ab7095ca7cbac70dd6231d9ca", + "rev": "6de17488e223609aa4c01b856a70fca9b3ec5f29", "type": "github" }, "original": { @@ -375,7 +359,6 @@ "fenix": "fenix", "flake-utils": "flake-utils", "home-manager": "home-manager", - "mynixpkgs": "mynixpkgs", "nix-index-database": "nix-index-database", "nixneovim": "nixneovim", "nixneovimplugins": "nixneovimplugins", @@ -387,11 +370,11 @@ "rust-analyzer-src": { "flake": false, "locked": { - "lastModified": 1724153119, - "narHash": "sha256-WxpvDJDttkINkXmUA/W5o11lwLPYhATAgu0QUAacZ2g=", + "lastModified": 1724345276, + "narHash": "sha256-MKvjkqVL/RJ3QXOA8tSUoK7HHXVGSB2AL+vKxU4Cf+c=", "owner": "rust-lang", "repo": "rust-analyzer", - "rev": "3723e5910c14f0ffbd13de474b8a8fcc74db04ce", + "rev": "9b724459b5900c2424f5069023d6596a8617284b", "type": "github" }, "original": { diff --git a/nix/home-manager/flake.nix b/nix/home-manager/flake.nix index dd94858..3c47bd0 100644 --- a/nix/home-manager/flake.nix +++ b/nix/home-manager/flake.nix @@ -8,7 +8,6 @@ inputs = { # Specify the source of Home Manager and Nixpkgs. - mynixpkgs = {url = "github:anthonycicc/nixpkgs/patch-1";}; nixpkgs = {url = "github:nixos/nixpkgs";}; flake-utils.url = "github:numtide/flake-utils"; # not directly used, but common source for the several flakes that do use it home-manager = { @@ -59,7 +58,6 @@ outputs = inputs @ { self, - mynixpkgs, nixpkgs, home-manager, nix-index-database, @@ -88,7 +86,7 @@ then inputs.wezterm.packages.${prev.system}.default else prev.wezterm; }) - (_final: prev: {inherit (mynixpkgs.legacyPackages.${prev.system}) gql;}) + # TODO (_final: prev: {inherit (mynixpkgs.legacyPackages.${prev.system}) gql;}) - Actually cool and useful trick nixneovimplugins.overlays.default fenix.overlays.default ];