mirror of
https://github.com/sstent/vmimages.git
synced 2026-01-27 07:32:47 +00:00
sync
This commit is contained in:
14
README.md
14
README.md
@@ -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`
|
||||
Reference in New Issue
Block a user