rm nix stuff
parent
5bbabb0419
commit
982c2fd6e9
14
.sd/nix/sync
14
.sd/nix/sync
|
@ -1,14 +0,0 @@
|
||||||
#!/usr/bin/env bash
|
|
||||||
|
|
||||||
# make user environment match ~/.dotfiles/user.nix
|
|
||||||
#
|
|
||||||
# This will remove any packages you've installed with nix-env
|
|
||||||
# but have not added to user.nix. To see exactly what this
|
|
||||||
# will do, run:
|
|
||||||
#
|
|
||||||
# sd nix diff
|
|
||||||
# https://github.com/ianthehenry/sd-nix/blob/master/sync
|
|
||||||
|
|
||||||
set -euo pipefail
|
|
||||||
|
|
||||||
nix-env -irf ~/.dotfiles/user.nix
|
|
Loading…
Reference in New Issue