chore(flake): cleanup
This commit is contained in:
parent
46df99c190
commit
efebdd14c7
2 changed files with 5 additions and 71 deletions
52
flake.lock
generated
52
flake.lock
generated
|
@ -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",
|
||||
|
|
24
flake.nix
24
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";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue