gooberOS/flake.nix

14 lines
275 B
Nix
Raw Normal View History

2024-10-21 20:09:12 +00:00
{
description = "ГОЙДА_OS - переделка NixOS на runit";
inputs = {
nixpkgs.url = "github:nixos/nixpkgs/nixos-unstable";
};
outputs = { self, nixpkgs }: {
lib = {
makeSystem = import ./make-system.nix { inherit nixpkgs; };
};
};
}