mirror of
https://github.com/sstent/vmimages.git
synced 2026-01-25 22:51:49 +00:00
18 lines
494 B
Markdown
18 lines
494 B
Markdown
|
|
|
|
|
|
|
|
`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` |