flake update

This commit is contained in:
Vivian 2022-12-28 15:55:38 +01:00
parent ef4eff6d5c
commit 1d8293517a
5 changed files with 22 additions and 25 deletions

View file

@ -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