mirror of
https://codeberg.org/leana8959/.files.git
synced 2025-12-06 14:49:14 +00:00
remove boomer
This commit is contained in:
parent
3b97f6af7b
commit
0299c9e14d
5 changed files with 0 additions and 22 deletions
1
.github/workflows/cachix.yml
vendored
1
.github/workflows/cachix.yml
vendored
|
|
@ -70,7 +70,6 @@ jobs:
|
||||||
- hbf
|
- hbf
|
||||||
- prop-solveur
|
- prop-solveur
|
||||||
- hutils
|
- hutils
|
||||||
- boomer
|
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
|
|
|
||||||
|
|
@ -96,7 +96,6 @@ in {
|
||||||
pkgs.shotgun
|
pkgs.shotgun
|
||||||
pkgs.xscreensaver # talk to xscreensaver
|
pkgs.xscreensaver # talk to xscreensaver
|
||||||
pkgs.xcolor
|
pkgs.xcolor
|
||||||
# pkgs.boomer
|
|
||||||
|
|
||||||
# audio utilities
|
# audio utilities
|
||||||
pkgs.helvum
|
pkgs.helvum
|
||||||
|
|
|
||||||
|
|
@ -97,7 +97,6 @@ in {
|
||||||
pkgs.shotgun
|
pkgs.shotgun
|
||||||
pkgs.xscreensaver # talk to xscreensaver
|
pkgs.xscreensaver # talk to xscreensaver
|
||||||
pkgs.xcolor
|
pkgs.xcolor
|
||||||
pkgs.boomer
|
|
||||||
|
|
||||||
# audio utilities
|
# audio utilities
|
||||||
pkgs.helvum
|
pkgs.helvum
|
||||||
|
|
|
||||||
|
|
@ -13,13 +13,6 @@ in
|
||||||
|
|
||||||
wallpapers = final.callPackage sources.wallpapers {};
|
wallpapers = final.callPackage sources.wallpapers {};
|
||||||
|
|
||||||
# Boomer has no flake-compat built-in, so let's hack it
|
|
||||||
boomer = let
|
|
||||||
flake-compat = import sources.flake-compat;
|
|
||||||
boomer-flake = (flake-compat {src = sources.boomer;}).defaultNix;
|
|
||||||
in
|
|
||||||
boomer-flake.packages.${final.system}.default;
|
|
||||||
|
|
||||||
inherit (final.callPackage sources.agenix {}) agenix;
|
inherit (final.callPackage sources.agenix {}) agenix;
|
||||||
|
|
||||||
disko =
|
disko =
|
||||||
|
|
|
||||||
|
|
@ -12,18 +12,6 @@
|
||||||
"url_template": "https://github.com/<owner>/<repo>/archive/<rev>.tar.gz",
|
"url_template": "https://github.com/<owner>/<repo>/archive/<rev>.tar.gz",
|
||||||
"version": "0.15.0"
|
"version": "0.15.0"
|
||||||
},
|
},
|
||||||
"boomer": {
|
|
||||||
"branch": "master",
|
|
||||||
"description": "Zoomer application for Linux",
|
|
||||||
"homepage": "",
|
|
||||||
"owner": "nilp0inter",
|
|
||||||
"repo": "boomer",
|
|
||||||
"rev": "3c1917956ac40de94a86d471202c968e4a93c3dd",
|
|
||||||
"sha256": "04acmb6437rbf1zpzk2ps0ic1mww1j7n5f0l44irkzwlrh8h7zh5",
|
|
||||||
"type": "tarball",
|
|
||||||
"url": "https://github.com/nilp0inter/boomer/archive/3c1917956ac40de94a86d471202c968e4a93c3dd.tar.gz",
|
|
||||||
"url_template": "https://github.com/<owner>/<repo>/archive/<rev>.tar.gz"
|
|
||||||
},
|
|
||||||
"disko": {
|
"disko": {
|
||||||
"branch": "master",
|
"branch": "master",
|
||||||
"description": "Declarative disk partitioning and formatting using nix [maintainers=Lassulus Enzime iFreilicht Mic92 phaer]",
|
"description": "Declarative disk partitioning and formatting using nix [maintainers=Lassulus Enzime iFreilicht Mic92 phaer]",
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue