This commit is contained in:
Sandro - 2022-09-03 01:26:45 +02:00
parent f41047f538
commit 4296b8d979
Signed by: sandro
GPG Key ID: 3AF5A43A3EECC2E5
2 changed files with 8 additions and 22 deletions

View File

@ -47,7 +47,9 @@
"nixpkgs": [
"nixos"
],
"utils": "utils"
"utils": [
"flake-utils"
]
},
"locked": {
"lastModified": 1657923513,
@ -639,21 +641,6 @@
"type": "github"
}
},
"utils": {
"locked": {
"lastModified": 1656928814,
"narHash": "sha256-RIFfgBuKz6Hp89yRr7+NR5tzIAbn52h8vT6vXkYjZoM=",
"owner": "numtide",
"repo": "flake-utils",
"rev": "7e2a3b3dfd9af950a856d66b0a7d01e3c18aa249",
"type": "github"
},
"original": {
"owner": "numtide",
"repo": "flake-utils",
"type": "github"
}
},
"yammat": {
"inputs": {
"nixpkgs": [
@ -688,11 +675,11 @@
]
},
"locked": {
"lastModified": 1661795208,
"narHash": "sha256-Rn+m+7Hs6eAhC3v136rjVTi994gT+T1Pi6Na1JkXOYw=",
"lastModified": 1662160321,
"narHash": "sha256-JMvT2VELAO7dAvREKSQjPJw63bga2pQAgw0t654TBjI=",
"ref": "refs/heads/master",
"rev": "09e4beb73735a96ba8226a553f0512e0e06c5199",
"revCount": 1530,
"rev": "3324eb1ed35f0b71aff3a1a5161fab0fbd433051",
"revCount": 1531,
"type": "git",
"url": "https://gitea.c3d2.de/zentralwerk/network.git"
},

View File

@ -19,6 +19,7 @@
fenix.follows = "fenix";
nixpkgs.follows = "nixos";
naersk.follows = "naersk";
utils.follows = "flake-utils";
};
};
hydra.url = "github:nixos/hydra";
@ -46,7 +47,6 @@
url = "github:astro/nix-openwrt-imagebuilder";
inputs = {
nixpkgs.follows = "nixos";
openwrt.follows = "openwrt";
};
};
riscv64 = {
@ -95,7 +95,6 @@
url = "git+https://gitea.c3d2.de/zentralwerk/network.git";
inputs = {
nixpkgs.follows = "nixos";
nixpkgs-master.follows = "nixos";
openwrt.follows = "openwrt";
openwrt-imagebuilder.follows = "openwrt-imagebuilder";
};