chore(flake): cleanup

This commit is contained in:
steveej 2024-10-13 20:10:55 +02:00
parent 46df99c190
commit efebdd14c7
2 changed files with 5 additions and 71 deletions

View file

@ -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";