From dc16c9d4b88744ae7cb336688536192aa5241d59 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sandro=20J=C3=A4ckel?= Date: Sun, 4 Dec 2022 04:25:50 +0100 Subject: [PATCH] Remove merged armv6 fix branch --- flake.lock | 17 ----------------- flake.nix | 2 -- 2 files changed, 19 deletions(-) diff --git a/flake.lock b/flake.lock index 94428017..47802ec9 100644 --- a/flake.lock +++ b/flake.lock @@ -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", diff --git a/flake.nix b/flake.nix index ad170611..34a72240 100644 --- a/flake.nix +++ b/flake.nix @@ -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, ... }: {