flake: nixpkgs-update: follow nixpkgs for runtime deps
This commit is contained in:
parent
67fa52b9fe
commit
74b2e82c39
2 changed files with 4 additions and 17 deletions
20
flake.lock
generated
20
flake.lock
generated
|
@ -189,7 +189,9 @@
|
||||||
"empty"
|
"empty"
|
||||||
],
|
],
|
||||||
"nixpkgs": "nixpkgs_2",
|
"nixpkgs": "nixpkgs_2",
|
||||||
"runtimeDeps": "runtimeDeps",
|
"runtimeDeps": [
|
||||||
|
"nixpkgs"
|
||||||
|
],
|
||||||
"treefmt-nix": [
|
"treefmt-nix": [
|
||||||
"treefmt-nix"
|
"treefmt-nix"
|
||||||
]
|
]
|
||||||
|
@ -278,22 +280,6 @@
|
||||||
"treefmt-nix": "treefmt-nix"
|
"treefmt-nix": "treefmt-nix"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"runtimeDeps": {
|
|
||||||
"locked": {
|
|
||||||
"lastModified": 1714247354,
|
|
||||||
"narHash": "sha256-6dFKqP/aCKIdpOgqgIQUrRT0NOfVc14ftNcdELa4Pu4=",
|
|
||||||
"owner": "NixOS",
|
|
||||||
"repo": "nixpkgs",
|
|
||||||
"rev": "c8d7c8a78fb516c0842cc65346506a565c88014d",
|
|
||||||
"type": "github"
|
|
||||||
},
|
|
||||||
"original": {
|
|
||||||
"owner": "NixOS",
|
|
||||||
"ref": "nixos-unstable-small",
|
|
||||||
"repo": "nixpkgs",
|
|
||||||
"type": "github"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"sops-nix": {
|
"sops-nix": {
|
||||||
"inputs": {
|
"inputs": {
|
||||||
"nixpkgs": [
|
"nixpkgs": [
|
||||||
|
|
|
@ -31,6 +31,7 @@
|
||||||
nixpkgs-update-github-releases.flake = false;
|
nixpkgs-update-github-releases.flake = false;
|
||||||
nixpkgs-update-github-releases.url = "github:nix-community/nixpkgs-update-github-releases";
|
nixpkgs-update-github-releases.url = "github:nix-community/nixpkgs-update-github-releases";
|
||||||
nixpkgs-update.inputs.mmdoc.follows = "empty";
|
nixpkgs-update.inputs.mmdoc.follows = "empty";
|
||||||
|
nixpkgs-update.inputs.runtimeDeps.follows = "nixpkgs";
|
||||||
nixpkgs-update.inputs.treefmt-nix.follows = "treefmt-nix";
|
nixpkgs-update.inputs.treefmt-nix.follows = "treefmt-nix";
|
||||||
nixpkgs-update.url = "github:nix-community/nixpkgs-update";
|
nixpkgs-update.url = "github:nix-community/nixpkgs-update";
|
||||||
nixpkgs.url = "github:NixOS/nixpkgs/nixos-unstable-small";
|
nixpkgs.url = "github:NixOS/nixpkgs/nixos-unstable-small";
|
||||||
|
|
Loading…
Add table
Reference in a new issue