push
This commit is contained in:
@@ -2,4 +2,4 @@
|
||||
# Do not delete.
|
||||
|
||||
folderID: nix
|
||||
created: 2026-01-29T23:06:32-06:00
|
||||
created: 2026-01-29T23:05:44-06:00
|
||||
|
||||
@@ -52,7 +52,5 @@
|
||||
# hytale-launcher.url = "github:JPyke3/hytale-launcher-nix";
|
||||
|
||||
nix-cachyos-kernel.url = "github:xddxdd/nix-cachyos-kernel/release";
|
||||
|
||||
determinate.url = "https://flakehub.com/f/DeterminateSystems/determinate/*";
|
||||
};
|
||||
}
|
||||
|
||||
@@ -1,7 +0,0 @@
|
||||
{ inputs }: {
|
||||
den.aspects.determinate = {
|
||||
nixos = {
|
||||
imports = [ inputs.determinate.nixosModules.default ];
|
||||
};
|
||||
};
|
||||
}
|
||||
@@ -1,5 +1,5 @@
|
||||
{ den, ... }: {
|
||||
den.aspects.compatibility = {
|
||||
includes = with den.aspects; [ wine appimage nix-ld ];
|
||||
includes = with den.aspects; [ wine appimage nix-ld nix-alien ];
|
||||
};
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1,5 +1,13 @@
|
||||
{
|
||||
# nix-alien = import (
|
||||
# builtins.fetchTarball "https://github.com/thiagokokada/nix-alien/tarball/master"
|
||||
# ) {};
|
||||
den.aspects.nix-alien = {
|
||||
nixos = {
|
||||
environment.systemPackages = let
|
||||
nix-alien = import (
|
||||
builtins.fetchTarball "https://github.com/thiagokokada/nix-alien/tarball/master"
|
||||
) { };
|
||||
in [
|
||||
nix-alien.nix-alien
|
||||
];
|
||||
};
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user