reNixos/hand7s/nix/package.nix
2025-04-21 18:32:39 +03:00

8 lines
No EOL
88 B
Nix

{
pkgs,
...
}: {
nix = {
package = pkgs.nixVersions.latest;
};
}