Remove merged armv6 fix branch

This commit is contained in:
Sandro - 2022-12-04 04:25:50 +01:00
parent f664a189fd
commit dc16c9d4b8
Signed by: sandro
GPG Key ID: 3AF5A43A3EECC2E5
2 changed files with 0 additions and 19 deletions

View File

@ -363,22 +363,6 @@
"type": "github"
}
},
"nixos-armv6": {
"locked": {
"lastModified": 1664701736,
"narHash": "sha256-Va3NyZ+uyZztu506qM+sLxd69DBzN5CdoCAu1lzVk0U=",
"owner": "rnhmjoj",
"repo": "nixpkgs",
"rev": "10b75bee02bc7c25e596847357c70b277c534588",
"type": "github"
},
"original": {
"owner": "rnhmjoj",
"ref": "pr-fix-armv6",
"repo": "nixpkgs",
"type": "github"
}
},
"nixos-hardware": {
"locked": {
"lastModified": 1669650994,
@ -538,7 +522,6 @@
"microvm": "microvm",
"naersk": "naersk_2",
"nixos": "nixos",
"nixos-armv6": "nixos-armv6",
"nixos-hardware": "nixos-hardware",
"nixos-unstable": "nixos-unstable",
"nixpkgs-mobilizon": "nixpkgs-mobilizon",

View File

@ -7,7 +7,6 @@
nixpkgs-mobilizon.url = "github:minijackson/nixpkgs/init-mobilizon";
nixos-unstable.url = "github:nixos/nixpkgs/nixos-unstable";
nixos-hardware.url = "github:nixos/nixos-hardware";
nixos-armv6.url = "github:rnhmjoj/nixpkgs/pr-fix-armv6";
affection-src = {
url = "git+https://gitea.nek0.eu/nek0/affection";
@ -667,7 +666,6 @@
};
schalter = nixosSystem' {
nixpkgs = inputs.nixos-armv6;
modules = [
"${nixos}/nixos/modules/installer/sd-card/sd-image-raspberrypi.nix"
({ lib, ... }: {