mirror of
https://github.com/Gerg-L/nixos.git
synced 2025-12-10 00:43:56 -05:00
8 lines
161 B
Nix
8 lines
161 B
Nix
let
|
|
flake = builtins.getFlake (toString ./.);
|
|
nixpkgs = import <nixpkgs> {};
|
|
in {
|
|
inherit flake;
|
|
inherit nixpkgs;
|
|
nixos = flake.nixosConfigurations;
|
|
}
|