Drop unused flake input

This commit is contained in:
Sandro - 2023-04-23 01:17:04 +02:00
parent c213fe79d4
commit 473d54d7fc
Signed by: sandro
GPG Key ID: 3AF5A43A3EECC2E5
2 changed files with 1 additions and 18 deletions

View File

@ -414,22 +414,6 @@
"type": "github"
}
},
"nixos-mobilizon": {
"locked": {
"lastModified": 1664466500,
"narHash": "sha256-FvEUAKkf0PDZ2j2qIbI4+3oPTnuQq4HdX00iqBkvKOU=",
"owner": "minijackson",
"repo": "nixpkgs",
"rev": "8a43afd5579f58092d4bf616a0206f83d8062e1f",
"type": "github"
},
"original": {
"owner": "minijackson",
"ref": "init-mobilizon",
"repo": "nixpkgs",
"type": "github"
}
},
"nixos-modules": {
"inputs": {
"nixpkgs-lib": [
@ -523,7 +507,6 @@
"naersk": "naersk",
"nixos": "nixos",
"nixos-hardware": "nixos-hardware",
"nixos-mobilizon": "nixos-mobilizon",
"nixos-modules": "nixos-modules",
"oparl-scraper": "oparl-scraper",
"openwrt": "openwrt",

View File

@ -9,7 +9,7 @@
inputs = {
# use sandro's fork full with cherry-picked fixes
nixos.url = "github:SuperSandro2000/nixpkgs/nixos-22.11";
nixos-mobilizon.url = "github:minijackson/nixpkgs/init-mobilizon";
# nixos-mobilizon.url = "github:minijackson/nixpkgs/init-mobilizon";
nixos-hardware.url = "github:nixos/nixos-hardware";
# nixos-unstable.url = "github:nixos/nixpkgs/nixos-unstable";
# nixos-unstable-simd.url = "github:SuperSandro2000/nixpkgs/nixos-unstable-simd";