6 lines
80 B
Nix
6 lines
80 B
Nix
{ nixpkgs, inputs, ... }:
|
|
{
|
|
imports = [];
|
|
|
|
system.stateVersion = "25.11";
|
|
}
|