nix: move my projects to packages

This commit is contained in:
Primrose 2024-11-17 07:57:05 +01:00
parent a5b5dda488
commit 53bad14001
Signed by: primrose
GPG key ID: 4E887A4CA9714ADA
6 changed files with 120 additions and 246 deletions

View file

@ -17,9 +17,9 @@ in
# pkgs.nix-du
pkgs.deploy-rs
pkgs.audio-lint
# pkgs.hbrainfuck
# pkgs.prop-solveur
myPkgs.audio-lint
# myPkgs.hbf
# myPkgs.prop-solveur
myPkgs.maeel
pkgs.docker

View file

@ -40,8 +40,8 @@ in
myPkgs.typst-mutilate
pkgs.prop-solveur
pkgs.hbf
myPkgs.prop-solveur
myPkgs.hbf
pkgs.agenix
];