This commit is contained in:
2023-05-04 14:08:51 +00:00
parent 9d851a27fd
commit 076bca4e45
4 changed files with 152 additions and 129 deletions

View File

@@ -2,7 +2,17 @@
for file in secrets/user_dotfiles/sstent@StuPC/keybase/*; do sops -e --input-type binary -i $file; done
`for file in secrets/user_dotfiles/sstent@StuPC/keybase/*; do sops -e --input-type binary -i $file; done`
home-manager remove-generations {1..54}
`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`