flake update
This commit is contained in:
parent
ef4eff6d5c
commit
1d8293517a
5 changed files with 22 additions and 25 deletions
10
repl.nix
10
repl.nix
|
@ -1,10 +1,6 @@
|
|||
let
|
||||
flake = builtins.getFlake (toString ./.);
|
||||
nixpkgs = import <nixpkgs> { };
|
||||
in
|
||||
{ inherit flake; }
|
||||
// flake
|
||||
// builtins
|
||||
// nixpkgs
|
||||
// nixpkgs.lib
|
||||
// flake.nixosConfigurations
|
||||
in {
|
||||
inherit flake;
|
||||
} // flake // builtins // nixpkgs // nixpkgs.lib // flake.nixosConfigurations
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue