remove unused scripts/ensure-perms script

This commit is contained in:
Colin 2023-11-30 10:59:49 +00:00
parent 7abf7459f9
commit 5703caac19

View File

@ -1,8 +0,0 @@
#!/usr/bin/env bash
# ensures perms on a newly-built distribution are good.
# usage: sudo ensure-perms /path/to/nix
nix_path=$1
chown root:root -R $nix_path
chown root:nixbld $nix_path/store