Update sd-image dep

This commit is contained in:
asonix 2023-04-21 17:05:58 -05:00
parent f1ae5be618
commit c918a02450
2 changed files with 24 additions and 7 deletions

View file

@ -104,12 +104,28 @@
"type": "github"
}
},
"nixpkgs_2": {
"locked": {
"lastModified": 1681932375,
"narHash": "sha256-tSXbYmpnKSSWpzOrs27ie8X3I0yqKA6AuCzCYNtwbCU=",
"owner": "nixos",
"repo": "nixpkgs",
"rev": "3d302c67ab8647327dba84fbdb443cdbf0e82744",
"type": "github"
},
"original": {
"owner": "nixos",
"ref": "nixos-22.11",
"repo": "nixpkgs",
"type": "github"
}
},
"rockchip": {
"inputs": {
"nixpkgsStable": "nixpkgsStable",
"nixpkgsUnstable": [
"sd-images",
"nixpkgs"
"nixpkgsUnstable"
],
"utils": "utils_2"
},
@ -138,17 +154,18 @@
"sd-images": {
"inputs": {
"flake-utils": "flake-utils",
"nixpkgs": [
"nixpkgs": "nixpkgs_2",
"nixpkgsUnstable": [
"nixpkgs"
],
"rockchip": "rockchip"
},
"locked": {
"lastModified": 1682099739,
"narHash": "sha256-WqBHFfZmCLaiDKYrPre+H9lQ3H6+tyK0uNyYHSbiuXI=",
"lastModified": 1682114632,
"narHash": "sha256-IJUlg7p9wo9SiUmQ6odL4kRRM/wm2VbHcve0iwYzS6s=",
"ref": "asonix/nabam-sd-image",
"rev": "f4511f34517d854a1e401271f246504aee8def2a",
"revCount": 25,
"rev": "9c569e7d599f97584e586b885836b8d4c454d887",
"revCount": 26,
"type": "git",
"url": "https://git.asonix.dog/asonix/sd-images"
},

View file

@ -8,7 +8,7 @@
};
sd-images = {
url = "git+https://git.asonix.dog/asonix/sd-images?ref=asonix/nabam-sd-image";
inputs.nixpkgs.follows = "nixpkgs";
inputs.nixpkgsUnstable.follows = "nixpkgs";
};
nixpkgs.url = "github:NixOS/nixpkgs/nixos-unstable";
sops-nix = {