flake: switch back to upstream nixpkgs-update
This commit is contained in:
parent
b836129605
commit
a714a2c188
2 changed files with 26 additions and 10 deletions
32
flake.lock
generated
32
flake.lock
generated
|
@ -142,21 +142,21 @@
|
||||||
"inputs": {
|
"inputs": {
|
||||||
"mmdoc": [],
|
"mmdoc": [],
|
||||||
"nixpkgs": "nixpkgs_2",
|
"nixpkgs": "nixpkgs_2",
|
||||||
"runtimeDeps": [
|
"runtimeDeps": "runtimeDeps",
|
||||||
"nixpkgs"
|
"treefmt-nix": [
|
||||||
|
"treefmt-nix"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1713663182,
|
"lastModified": 1714270547,
|
||||||
"narHash": "sha256-HmO5ghj2eNnN9NnYUPE26x/KJ6F21ALMWp6pEE/cVRE=",
|
"narHash": "sha256-s77XshW+9EoghBWmOf0tFVQZ+8rX4+bOCz0StL+TkvQ=",
|
||||||
"owner": "qowoz",
|
"owner": "nix-community",
|
||||||
"repo": "nixpkgs-update",
|
"repo": "nixpkgs-update",
|
||||||
"rev": "dbab69bed4129965501948d1c0193fb4bea2d707",
|
"rev": "df23e62c3322a6471671ec8cb4ad0da36ab7f8a7",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
"owner": "qowoz",
|
"owner": "nix-community",
|
||||||
"ref": "patches",
|
|
||||||
"repo": "nixpkgs-update",
|
"repo": "nixpkgs-update",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
}
|
}
|
||||||
|
@ -228,6 +228,22 @@
|
||||||
"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": [
|
||||||
|
|
|
@ -21,9 +21,9 @@
|
||||||
# actually not used when using the modules but than nothing ever will try to fetch this nixpkgs variant
|
# actually not used when using the modules but than nothing ever will try to fetch this nixpkgs variant
|
||||||
srvos.inputs.nixpkgs.follows = "nixpkgs";
|
srvos.inputs.nixpkgs.follows = "nixpkgs";
|
||||||
|
|
||||||
nixpkgs-update.url = "github:qowoz/nixpkgs-update/patches";
|
nixpkgs-update.url = "github:nix-community/nixpkgs-update";
|
||||||
nixpkgs-update.inputs.runtimeDeps.follows = "nixpkgs";
|
|
||||||
nixpkgs-update.inputs.mmdoc.follows = "";
|
nixpkgs-update.inputs.mmdoc.follows = "";
|
||||||
|
nixpkgs-update.inputs.treefmt-nix.follows = "treefmt-nix";
|
||||||
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-github-releases.flake = false;
|
nixpkgs-update-github-releases.flake = false;
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue