No description
Find a file
2022-04-27 11:03:17 +00:00
home-manager Add tor-browser 2022-04-27 11:03:16 +00:00
machines Add uefi module 2022-04-27 11:03:17 +00:00
modules Add uefi module 2022-04-27 11:03:17 +00:00
pkgs Update python 3.8 -> 3.9 2022-04-27 11:03:13 +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
flake.lock Downgrade pre-commit-hooks.nix 2022-04-27 11:03:15 +00:00
flake.nix Update release 21.05 -> 21.11 2021-11-30 14:08:29 +00:00
justfile Add upgrade target 2021-12-04 22:14:39 +00:00
README.md Add documentation on how to start nix repl 2022-01-14 12:01:22 +00:00

nix repl

start an interactive environment for evaluating Nix expressions

$ nix repl
Welcome to Nix 2.5pre20211126_55275fc. Type :? for help.

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