This commit is contained in:
Vivian 2022-11-06 13:04:41 +01:00
parent 40321bea75
commit b58b512538
7 changed files with 65 additions and 16 deletions

10
repl.nix Normal file
View file

@ -0,0 +1,10 @@
let
flake = builtins.getFlake (toString ./.);
nixpkgs = import <nixpkgs> { };
in
{ inherit flake; }
// flake
// builtins
// nixpkgs
// nixpkgs.lib
// flake.nixosConfigurations