Files
vmimages/README.md
2023-05-04 18:50:18 +00:00

494 B

for file in secrets/user_dotfiles/sstent@StuPC/keybase/*; do sops -e --input-type binary -i $file; done

home-manager remove-generations {1..54}

python reqs from poetry (project.toml)

poetry export --without-hashes --format=requirements.txt > requirements.txt

Python From requirements.txt

nix-shell -p '(callPackage (fetchTarball https://github.com/DavHau/mach-nix/tarball/master) {}).mach-nix'

mach-nix env ./env -r requirements.txt

nix-shell ./env