fix(flake): override nixpkgs in nuschtosSearch

otherwise we are using nixpkgs twice
This commit is contained in:
Jalil David Salamé Messina 2024-08-02 23:11:07 +02:00
parent 61dc6b7467
commit 24d76c1905
Signed by: jalil
GPG key ID: F016B9E770737A0B
2 changed files with 10 additions and 21 deletions

View file

@ -363,22 +363,6 @@
"type": "indirect"
}
},
"nixpkgs_2": {
"locked": {
"lastModified": 1722062969,
"narHash": "sha256-QOS0ykELUmPbrrUGmegAUlpmUFznDQeR4q7rFhl8eQg=",
"owner": "NixOS",
"repo": "nixpkgs",
"rev": "b73c2221a46c13557b1b3be9c2070cc42cf01eb3",
"type": "github"
},
"original": {
"owner": "NixOS",
"ref": "nixos-unstable",
"repo": "nixpkgs",
"type": "github"
}
},
"nixvim": {
"inputs": {
"devshell": "devshell",
@ -418,14 +402,16 @@
"lix-module",
"flake-utils"
],
"nixpkgs": "nixpkgs_2"
"nixpkgs": [
"nixpkgs"
]
},
"locked": {
"lastModified": 1722144272,
"narHash": "sha256-olZbfaEdd+zNPuuyYcYGaRzymA9rOmth8yXOlVm+LUs=",
"lastModified": 1722493084,
"narHash": "sha256-ktjl908zZKWcGdMyz6kX1kHSg7LFFGPYBvTi9FgQleM=",
"owner": "NuschtOS",
"repo": "search",
"rev": "16565307c267ec219c2b5d3494ba66df08e7d403",
"rev": "3f5abffa5f28b4ac3c9212c81c5e8d2d22876071",
"type": "github"
},
"original": {

View file

@ -33,7 +33,10 @@
nix-darwin.follows = ""; # disable MacOS stuff
home-manager.follows = "home-manager";
flake-compat.follows = "stylix/flake-compat";
nuschtosSearch.inputs.flake-utils.follows = "lix-module/flake-utils";
nuschtosSearch.inputs = {
flake-utils.follows = "lix-module/flake-utils";
nixpkgs.follows = "nixpkgs";
};
};
};
# For deduplication