Files
nix-config/osConfigs/global/nix-alien.nix
tomoron 6d045d1d4d
All checks were successful
Build iso when a new version is pushed / test (push) Successful in 1m36s
uacess on usb df11 devices and setup nix-ld
2026-01-19 11:51:50 +01:00

13 lines
216 B
Nix

{ ... }:
let
nix-alien-pkgs = import (
builtins.fetchTarball "https://github.com/thiagokokada/nix-alien/tarball/master"
) { };
in
{
environment.systemPackages = with nix-alien-pkgs; [
nix-alien
];
}