From efebdd14c78b2e1b539f0d533cf31fdf161b98ec Mon Sep 17 00:00:00 2001 From: Stefan Junker Date: Sun, 13 Oct 2024 20:10:55 +0200 Subject: [PATCH] chore(flake): cleanup --- flake.lock | 52 ---------------------------------------------------- flake.nix | 24 +++++------------------- 2 files changed, 5 insertions(+), 71 deletions(-) diff --git a/flake.lock b/flake.lock index 2bf44e4..bcb8046 100644 --- a/flake.lock +++ b/flake.lock @@ -1,21 +1,5 @@ { "nodes": { - "adamcstephens_stop-export": { - "flake": false, - "locked": { - "lastModified": 1710028874, - "narHash": "sha256-D15vE/boUSGSig3EMx1dCeu7N7S92wiRMJKZ1h9mBjM=", - "ref": "refs/heads/main", - "rev": "3404021b7caf7dea1ce9c8d4ece36dc26575bc47", - "revCount": 17, - "type": "git", - "url": "https://codeberg.org/adamcstephens/stop-export.git" - }, - "original": { - "type": "git", - "url": "https://codeberg.org/adamcstephens/stop-export.git" - } - }, "aphorme_launcher": { "flake": false, "locked": { @@ -49,23 +33,6 @@ "url": "https://git.codelinaro.org/clo/ath-firmware/ath11k-firmware.git" } }, - "brainwart_x13s-nixos": { - "flake": false, - "locked": { - "lastModified": 1705565623, - "narHash": "sha256-sisr/dFIz8p3/Y7mz+arWxjeiBmUTQkMqkF9j3c2dWE=", - "owner": "BrainWart", - "repo": "x13s-nixos", - "rev": "29002122d86a1009ba70e7a4ca3063e5404c77a2", - "type": "github" - }, - "original": { - "owner": "BrainWart", - "ref": "flake", - "repo": "x13s-nixos", - "type": "github" - } - }, "colmena": { "inputs": { "flake-compat": "flake-compat", @@ -131,22 +98,6 @@ "type": "github" } }, - "dotfiles": { - "flake": false, - "locked": { - "lastModified": 1541334338, - "narHash": "sha256-9QAq7bjITpaO8A8qD8IVoa+89Bg13CEwxf771d9S/Ag=", - "owner": "steveeJ", - "repo": "dotfiles", - "rev": "9a8484f7094edc1b533bad3be71c511ba8ff45eb", - "type": "gitlab" - }, - "original": { - "owner": "steveeJ", - "repo": "dotfiles", - "type": "gitlab" - } - }, "espanso": { "flake": false, "locked": { @@ -820,17 +771,14 @@ }, "root": { "inputs": { - "adamcstephens_stop-export": "adamcstephens_stop-export", "aphorme_launcher": "aphorme_launcher", "ath11k-firmware": "ath11k-firmware", - "brainwart_x13s-nixos": "brainwart_x13s-nixos", "colmena": "colmena", "crane": "crane", "disko": [ "nixos-anywhere", "disko" ], - "dotfiles": "dotfiles", "espanso": "espanso", "fenix": "fenix", "flake-parts": "flake-parts", diff --git a/flake.nix b/flake.nix index e4fd840..ea60cac 100644 --- a/flake.nix +++ b/flake.nix @@ -1,10 +1,11 @@ # flake.nix { inputs = { - dotfiles = { - url = "gitlab:steveeJ/dotfiles"; - flake = false; - }; + # TODO: where has this been used? + # dotfiles = { + # url = "git+https://forgejo.www.stefanjunker.de/steveej/dotfiles.git"; + # flake = false; + # }; # flake and infra basics nixpkgs-2211.url = "github:nixos/nixpkgs/nixos-22.11"; @@ -90,21 +91,6 @@ flake = false; }; - ### inputs for thinkpad x13s - # see https://github.com/jhovold/linux/wiki/X13s for status updates - linux_x13s.url = "github:jhovold/linux/wip/sc8280xp-v6.7"; - linux_x13s.flake = false; - - brainwart_x13s-nixos = { - url = "github:BrainWart/x13s-nixos/flake"; - flake = false; - }; - - adamcstephens_stop-export = { - flake = false; - url = "git+https://codeberg.org/adamcstephens/stop-export.git"; - }; - logseq_0_10_9_aarch64_appimage = { flake = false; url = "https://www.stefanjunker.de/downloads/Logseq-0.10.9.AppImage";