summaryrefslogtreecommitdiff
path: root/flake.nix (follow)
Commit message (Collapse)AuthorAgeFilesLines
* yeet the nix flakesstuebinm2024-04-291-174/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | this is, in the widest possible sense, a revert of e88fed18f499a3e8ac98c772bbb62f00d1f8d1d7, which was now a little over two years ago. Of course, lots of things have changed since then: - this uses npins instead of niv, which is both simpler and still maintained - i haven't brought back the old deploy lib; I still use deploy-rs (with some modifications) to deploy things - if you actually use my stuff downstream, you can now use packages/ & tests/ & modules/ as entry points directly, while still having some control over inputs - (since i also don't believe any downstream users actually exist, i've not bothered to have a shim flake.nix so your stuff probably just broke. well, it was an experimental feature, anyways) - in general there's a lot more of the old-fashioned structure back again, with default.nix files in subdirectories that form a structure, not like how almost everything was just imported in the one big flake.nix file For people who are interested in also having a non-flake config similar to this one, it's probably best to take a look at inputs.nix (and also at npins, of course)
* tests: test travelynx using upstream `prove` suitestuebinm2024-04-171-0/+1
| | | | | unfortunately, these tests seem to be broken at the moment? Or at least I cannot see where my packaging differs from the provided cpanfile.snapshot.
* package transport-validatorstuebinm2024-04-151-1/+1
| | | | | | | this is the rust tool used by the french ministry for transport (deployed at https://transport.data.gouv.fr/validation), patched to not include the server mode it usually has (i don't want to constantly compile another copy of actix-web)
* meta: extra module docs in `man configuration.nix`stuebinm2024-04-081-2/+3
| | | | | | all non-nixos modules I use should have their documentation merged into the configuration.nix man page I have available on ilex / abbenay, even for modules not used there.
* Revert "flora: test-deploy the mollysocket nixpkgs PR"stuebinm2024-04-031-3/+1
| | | | | | This reverts commit a86a04f9e26854ec967c46a6ad3f015364fb91a6. It has since been merged into nixpkgs master, and i'm unsure if i will continue using it.
* help i wrote a matrix botstuebinm2024-03-271-1/+4
| | | | | | | not sure if this is a good idea or not, but i always liked how the IRC #voc-wok channel of the c3voc works, and I don't run my own IRC (nor do i want to have my monitoring on infra that is not my own), so I built a similar thing with matrix.
* update inputsstuebinm2024-03-161-1/+1
| | | | let's see if this hydra of mine is of any use :)
* update deploy-rsstuebinm2024-03-101-0/+10
| | | | | | new feature which made this relevant is use of interactive sudo (since abbenay still has interactive sudo from the days when it was a desktop machine)
* flora: test-deploy the mollysocket nixpkgs PRstuebinm2024-03-101-1/+3
| | | | https://github.com/NixOS/nixpkgs/pull/278981
* add hydraJobs outputstuebinm2024-03-101-0/+4
|
* home: add git annex remote for amatlstuebinm2024-03-071-1/+1
| | | | | the tool is still a bit rough, but it should work well enough for actual use (even if i have to restart xochitl afterwards)
* restructure & general cleanupstuebinm2024-03-051-2/+1
| | | | | | | | - pkgs/ should now also contain all package overrides - pkgs/patches/ now contains all patches - nix flake info succeeds again - still not sure what to do about scripts - services which are not used should not be kept around this long
* import custom modules by defaultstuebinm2024-03-041-1/+2
| | | | | | which has the nice side-effect that they now show up on my `man configuration.nix'. (also I don't have to manually import things anymore)
* init mollysocket package, module, and deploy it on florastuebinm2024-03-041-1/+2
| | | | with thanks to networkException, who wrote the initial nix package.
* modules/bookwyrm: expose in flake.nixstuebinm2024-02-151-1/+4
|
* modules/bookwyrm: add a nixos teststuebinm2024-02-151-0/+2
| | | | because like, why not learn how to use these out-of-tree?
* pkgs: init bookwyrmstuebinm2024-02-111-1/+1
| | | | | | | this is still missing: - a nice way to do settings - lots of testing (run the manage.py test script in a nixos test?) - an actual way to deploy this in a halfway reasonable way
* nomsable webringstuebinm2024-01-131-1/+1
| | | | (just messing around for now)
* update inputsstuebinm2024-01-131-1/+1
|
* more updatesstuebinm2023-12-291-0/+3
|
* jump to nixos 23.11stuebinm2023-11-301-4/+3
|
* package inwebstuebinm2023-11-031-1/+2
| | | | not tested, but like, why not? Might be fun playing around with it.
* home: cleaned up old mu versionstuebinm2023-10-141-4/+2
|
* more radicle stuff (now with tui!)stuebinm2023-10-121-1/+1
|
* playing around with radicle.xyzstuebinm2023-10-121-1/+1
| | | | | | | | | this packages the heartwood cli tools, the radicle web interface, and runs a small example deployment on chaski. TODO: decide if i want to keep this thing, then add declarative config of the web interface, `rad auth`, and the radicle node to a NixOS module; the current state is kinda suboptimal to deploy.
* ilex: setup for hikari hackingstuebinm2023-10-081-1/+2
|
* deploy-rs: patched version with --nom flagstuebinm2023-10-081-1/+1
|
* package matrix.tostuebinm2023-07-281-1/+1
| | | | | apparently the default homeserver this uses is not configurable??? … might hack around later
* package RusTeXstuebinm2023-07-181-1/+1
|
* update inputsstuebinm2023-06-301-5/+11
|
* fix uplcgstuebinm2023-06-171-1/+1
|
* downgrade mu to unbreak mu4e / mail in emacsstuebinm2023-05-291-0/+1
|
* initial jump to nixos 23.05stuebinm2023-05-291-5/+3
|
* bahnhof.namestuebinm2023-04-261-2/+8
| | | | | | | | in gleam, because why not? (tbf i will probably eventually rewrite this in a more sensible language; I haven't even found any reason to use any of the OTP features for this 🙈)
* package travelynx because why not?stuebinm2023-04-141-1/+1
| | | | | | this file has been lying around for a bit over a year now, but I got asked about it, so time to put it in the public repo I guess (& also update it; it's on the most recent travelynx commit as of this writing).
* manage secrets with sopsstuebinm2023-04-111-66/+74
| | | | not sure if i like this yet, but it seems worth trying it out.
* add module for crs-tracker, for funstuebinm2023-04-011-1/+1
| | | | | | please no one like, actually use this. unless you volunteer to at least add a script to run database migrations, since currently these need to be run by hand …
* expose modules in the flakestuebinm2023-03-261-0/+4
|
* get rid of crane & naerskstuebinm2023-03-221-8/+7
| | | | | the only thing this makes more complicated is typst; most of the other benefits I don't use in any case.
* package typststuebinm2023-03-221-6/+12
|
* package glitchtipstuebinm2023-03-221-1/+1
| | | | i don't know why i did this. i literally have no use for it.
* nix flakes be sillystuebinm2023-03-191-1/+2
| | | | | | ????? https://pleroma.stuebinm.eu/notice/ATgY2kl9z1RHbjm5AG
* home: a couple more packagesstuebinm2023-03-041-1/+1
|
* add a default overlay, package the galmon.eu toolsstuebinm2023-03-021-2/+12
|
* home: sfz has been in nixpkgs for a whilestuebinm2023-03-021-2/+0
| | | | why am i still building it myself all the time?
* home: downgrade emacs, unbreak doomstuebinm2023-02-221-1/+1
| | | | well, that's what i get for using emacs unstable, i guess
* flora: jump to akkoma @ nixpkgs-unstablestuebinm2023-02-161-2/+2
|
* update inputsstuebinm2023-02-131-2/+2
|
* home: add isabat via flake input instead of direct pathstuebinm2023-01-091-0/+2
| | | | (also this means that my home config can now be built without --impure)
* add ilex to flakestuebinm2023-01-081-0/+1
|