[chore] flake.lock: update inputs #43

Merged
jalil merged 2 commits from update-lockfile into main 2024-08-02 23:21:54 +02:00
2 changed files with 10 additions and 21 deletions
Showing only changes of commit 71e76e809c - Show all commits

View file

@ -363,22 +363,6 @@
"type": "indirect" "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": { "nixvim": {
"inputs": { "inputs": {
"devshell": "devshell", "devshell": "devshell",
@ -418,14 +402,16 @@
"lix-module", "lix-module",
"flake-utils" "flake-utils"
], ],
"nixpkgs": "nixpkgs_2" "nixpkgs": [
"nixpkgs"
]
}, },
"locked": { "locked": {
"lastModified": 1722144272, "lastModified": 1722493084,
"narHash": "sha256-olZbfaEdd+zNPuuyYcYGaRzymA9rOmth8yXOlVm+LUs=", "narHash": "sha256-ktjl908zZKWcGdMyz6kX1kHSg7LFFGPYBvTi9FgQleM=",
"owner": "NuschtOS", "owner": "NuschtOS",
"repo": "search", "repo": "search",
"rev": "16565307c267ec219c2b5d3494ba66df08e7d403", "rev": "3f5abffa5f28b4ac3c9212c81c5e8d2d22876071",
"type": "github" "type": "github"
}, },
"original": { "original": {

View file

@ -33,7 +33,10 @@
nix-darwin.follows = ""; # disable MacOS stuff nix-darwin.follows = ""; # disable MacOS stuff
home-manager.follows = "home-manager"; home-manager.follows = "home-manager";
flake-compat.follows = "stylix/flake-compat"; 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 # For deduplication