4 lines
108 B
Bash
4 lines
108 B
Bash
#!/bin/env sh
|
|
|
|
alias nixe='nix --experimental-features "nix-command flakes"'
|
|
export NIXPKGS_ALLOW_INSECURE=1 |