No description
Find a file
2022-05-19 10:55:47 +00:00
home-manager Add completion for mycli 2022-04-27 11:03:36 +00:00
machines Add ops-testing wireguard; Update tbcore routes 2022-04-27 11:03:42 +00:00
modules Add sudo rule for vagrant-lxc-wrapper 2022-05-19 10:47:54 +00:00
pkgs Disable IPv6 2022-05-19 10:50:08 +00:00
.editorconfig Add config for .nix files 2022-04-27 11:02:38 +00:00
.envrc Use flakes 2021-11-17 09:33:48 +00:00
.gitignore Add home-manager config 2021-11-17 16:08:19 +00:00
.sops.yaml Add wireguard key for tbcore 2022-04-27 11:03:41 +00:00
flake.lock flake.lock: Update 2022-05-19 10:45:23 +00:00
flake.nix Add sops to manage secrets 2022-04-27 11:03:40 +00:00
justfile Change sudo method 2022-05-07 23:23:50 +00:00
README.md Add alternative command to use nix repl 2022-05-19 10:55:47 +00:00

nix repl

start an interactive environment for evaluating Nix expressions

$ nix repl

nix-repl> a=builtins.getFlake (toString ./.)
$ nix repl

nix-repl> :lf .#