This commit is contained in:
Anthony Cicchetti 2024-08-23 09:23:54 -04:00
parent a5bfe7a273
commit 7af9e17e2a
2 changed files with 16 additions and 35 deletions

View file

@ -29,11 +29,11 @@
"rust-analyzer-src": "rust-analyzer-src" "rust-analyzer-src": "rust-analyzer-src"
}, },
"locked": { "locked": {
"lastModified": 1724221791, "lastModified": 1724394478,
"narHash": "sha256-mKX67QPnUybOopVph/LhOV1G/H4EvPxDIfSmbufrVdA=", "narHash": "sha256-JSiv2uwI4UJo/4pxt4255BfzWCiEberJmBC6pCxnzas=",
"owner": "nix-community", "owner": "nix-community",
"repo": "fenix", "repo": "fenix",
"rev": "e88b38a5a3834e039d413a88f8150a75ef6453ef", "rev": "2e7bcdc4ef73aa56abd2f970e5a8b9c0cc87e614",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -120,11 +120,11 @@
] ]
}, },
"locked": { "locked": {
"lastModified": 1723986931, "lastModified": 1724412708,
"narHash": "sha256-Fy+KEvDQ+Hc8lJAV3t6leXhZJ2ncU5/esxkgt3b8DEY=", "narHash": "sha256-tLr1k+UZLVumyqXRU8E5lBtLjsvHSy8e2NiamfkjpYg=",
"owner": "nix-community", "owner": "nix-community",
"repo": "home-manager", "repo": "home-manager",
"rev": "2598861031b78aadb4da7269df7ca9ddfc3e1671", "rev": "b18f3ebc4029c22d437e3424014c8597a8b459a0",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -150,22 +150,6 @@
"type": "github" "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": { "nix-flake-tests": {
"locked": { "locked": {
"lastModified": 1677844186, "lastModified": 1677844186,
@ -268,11 +252,11 @@
"poetry2nix": "poetry2nix" "poetry2nix": "poetry2nix"
}, },
"locked": { "locked": {
"lastModified": 1723990833, "lastModified": 1724336706,
"narHash": "sha256-Xr3IMc+/xaU+XcVFamzqQA5hVxdd8My1X2TQlYBRmr8=", "narHash": "sha256-wWn/TYdcpM3e1C305sn/1kTg6NAD3JFrE8u9AC3Pc40=",
"owner": "NixNeovim", "owner": "NixNeovim",
"repo": "NixNeovimPlugins", "repo": "NixNeovimPlugins",
"rev": "ab8f221f069eee5f95bd1503a4518ca8f322c60f", "rev": "4cdfc2523117805a9aa3894bc1233151afc2abff",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -298,11 +282,11 @@
}, },
"nixpkgs_2": { "nixpkgs_2": {
"locked": { "locked": {
"lastModified": 1724243746, "lastModified": 1724417185,
"narHash": "sha256-NNe2UQPr8ZA7AKnehn1JNH/pA6mK8pAhPqT0AxWNrig=", "narHash": "sha256-7teITW0RMj6U/c1c+VSB725K1G0d37Unw3jYSEiLY24=",
"owner": "nixos", "owner": "nixos",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "ab13423a4167ad7ab7095ca7cbac70dd6231d9ca", "rev": "6de17488e223609aa4c01b856a70fca9b3ec5f29",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -375,7 +359,6 @@
"fenix": "fenix", "fenix": "fenix",
"flake-utils": "flake-utils", "flake-utils": "flake-utils",
"home-manager": "home-manager", "home-manager": "home-manager",
"mynixpkgs": "mynixpkgs",
"nix-index-database": "nix-index-database", "nix-index-database": "nix-index-database",
"nixneovim": "nixneovim", "nixneovim": "nixneovim",
"nixneovimplugins": "nixneovimplugins", "nixneovimplugins": "nixneovimplugins",
@ -387,11 +370,11 @@
"rust-analyzer-src": { "rust-analyzer-src": {
"flake": false, "flake": false,
"locked": { "locked": {
"lastModified": 1724153119, "lastModified": 1724345276,
"narHash": "sha256-WxpvDJDttkINkXmUA/W5o11lwLPYhATAgu0QUAacZ2g=", "narHash": "sha256-MKvjkqVL/RJ3QXOA8tSUoK7HHXVGSB2AL+vKxU4Cf+c=",
"owner": "rust-lang", "owner": "rust-lang",
"repo": "rust-analyzer", "repo": "rust-analyzer",
"rev": "3723e5910c14f0ffbd13de474b8a8fcc74db04ce", "rev": "9b724459b5900c2424f5069023d6596a8617284b",
"type": "github" "type": "github"
}, },
"original": { "original": {

View file

@ -8,7 +8,6 @@
inputs = { inputs = {
# Specify the source of Home Manager and Nixpkgs. # Specify the source of Home Manager and Nixpkgs.
mynixpkgs = {url = "github:anthonycicc/nixpkgs/patch-1";};
nixpkgs = {url = "github:nixos/nixpkgs";}; 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 flake-utils.url = "github:numtide/flake-utils"; # not directly used, but common source for the several flakes that do use it
home-manager = { home-manager = {
@ -59,7 +58,6 @@
outputs = inputs @ { outputs = inputs @ {
self, self,
mynixpkgs,
nixpkgs, nixpkgs,
home-manager, home-manager,
nix-index-database, nix-index-database,
@ -88,7 +86,7 @@
then inputs.wezterm.packages.${prev.system}.default then inputs.wezterm.packages.${prev.system}.default
else prev.wezterm; 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 nixneovimplugins.overlays.default
fenix.overlays.default fenix.overlays.default
]; ];