about summary refs log tree commit diff
path: root/nix/flake (follow)
Commit message (Collapse)AuthorAgeFilesLines
* delete more python code HEAD mainFranck Cuny45 hours1-12/+0
|
* delete a bunch of python related stuffFranck Cuny45 hours1-4/+0
|
* clean up the devshell setupFranck Cuny11 days1-42/+37
|
* install nixos-rebuildFranck Cuny2024-09-281-0/+1
| | | | So that I can build the configuration for remote hosts
* install pandocFranck Cuny2024-09-281-0/+1
|
* update deps and remove nur/firefox overlaysFranck Cuny2024-09-131-3/+1
|
* minior changes to devshell configurationFranck Cuny2024-09-131-9/+12
|
* add a new host: wildcatFranck Cuny2024-08-053-2/+4
| | | | This is a VPS on hetzner.
* add a linux VM as a new hostFranck Cuny2024-08-031-0/+12
| | | | | The linux VM runs with UTM, and it has a very basic configuration for now.
* no need to install go related packagesFranck Cuny2024-07-221-7/+0
| | | | There's no more go things in this repo
* remove commands from devenvFranck Cuny2024-07-221-44/+0
|
* bump nixos to 24.05Franck Cuny2024-07-221-0/+2
|
* more deletionFranck Cuny2024-05-061-1/+0
|
* move ipconverter under `src`Franck Cuny2024-05-051-1/+0
|
* move seqstatFranck Cuny2024-05-041-6/+0
|
* move the slocalc under `src`Franck Cuny2024-05-041-3/+1
|
* don't install the script for pizzaFranck Cuny2024-05-041-1/+0
|
* enable ruffFranck Cuny2024-04-291-0/+1
|
* add `robloxenv` to manage hashi credentialsFranck Cuny2024-04-291-1/+2
| | | | | I never know how to get the credentials for some hashi components. This script helps with getting the credentials I need at the edge.
* add a script to fetch cheeseboard's menuFranck Cuny2024-04-281-0/+1
| | | | Delete the version in go.
* move the `slocalc` to a python scriptFranck Cuny2024-04-161-1/+3
|
* switch to absolute pathFranck Cuny2024-03-111-5/+5
|
* reorganize common files for hostsFranck Cuny2024-03-111-2/+3
| | | | Move the common configuration for nix to its own file.
* share configuration for shell utilsFranck Cuny2024-03-072-1/+13
|
* rename `tools` to `packages` to follow conventionFranck Cuny2024-03-061-1/+1
| | | | | | The convention is to use `pkgs` or `packages` for overlays and definition of custom packages. Since I'm already using `pkg` for go, I prefer to use `packages` for my scripts.
* use absolute path by using `$self`Franck Cuny2024-03-061-2/+2
|
* install my own scriptsFranck Cuny2024-03-062-2/+18
| | | | | | This is the first step to re-enable installing custom scripts. The next step will be to rename `tools` to `packages`, and then if needed I will be able to support overlays.
* add configuration for my work machineFranck Cuny2024-03-041-0/+1
|
* common macos preferences are moved to a moduleFranck Cuny2024-03-041-0/+1
|
* extract shared code for darwin to a new moduleFranck Cuny2024-03-041-0/+1
|
* nix libraries and modules will be under `nix/`Franck Cuny2024-03-042-0/+131