mirror of
https://github.com/kmein/niveum
synced 2026-03-16 10:11:08 +01:00
lix: try out
This commit is contained in:
@@ -170,6 +170,7 @@ in
|
|||||||
./fonts.nix
|
./fonts.nix
|
||||||
./hledger.nix
|
./hledger.nix
|
||||||
./htop.nix
|
./htop.nix
|
||||||
|
./lix.nix
|
||||||
./uni.nix
|
./uni.nix
|
||||||
# ./i3.nix
|
# ./i3.nix
|
||||||
./graphical
|
./graphical
|
||||||
|
|||||||
@@ -1,13 +1,11 @@
|
|||||||
{
|
{
|
||||||
pkgs,
|
pkgs,
|
||||||
|
lib,
|
||||||
...
|
...
|
||||||
}:
|
}:
|
||||||
{
|
{
|
||||||
nixpkgs = {
|
|
||||||
config.allowUnfree = true;
|
|
||||||
};
|
|
||||||
nix = {
|
nix = {
|
||||||
package = pkgs.nixVersions.stable;
|
package = lib.mkForce pkgs.lix;
|
||||||
settings.experimental-features = [ "nix-command" "flakes" ];
|
settings.experimental-features = [ "nix-command" "flakes" ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
@@ -2,8 +2,6 @@
|
|||||||
description = "niveum: packages, modules, systems";
|
description = "niveum: packages, modules, systems";
|
||||||
|
|
||||||
inputs = {
|
inputs = {
|
||||||
self.submodules = true;
|
|
||||||
|
|
||||||
agenix.url = "github:ryantm/agenix";
|
agenix.url = "github:ryantm/agenix";
|
||||||
autorenkalender.url = "github:kmein/autorenkalender";
|
autorenkalender.url = "github:kmein/autorenkalender";
|
||||||
home-manager.url = "github:nix-community/home-manager/release-25.11";
|
home-manager.url = "github:nix-community/home-manager/release-25.11";
|
||||||
@@ -166,7 +164,7 @@
|
|||||||
${pkgs.nixos-rebuild-ng}/bin/nixos-rebuild-ng switch \
|
${pkgs.nixos-rebuild-ng}/bin/nixos-rebuild-ng switch \
|
||||||
--max-jobs 2 \
|
--max-jobs 2 \
|
||||||
--log-format internal-json \
|
--log-format internal-json \
|
||||||
--flake .#${hostname} \
|
--flake .?submodules=1#${hostname} \
|
||||||
--use-substitutes \
|
--use-substitutes \
|
||||||
--target-host "$target" \
|
--target-host "$target" \
|
||||||
${lib.optionalString (localSystem != machines.${hostname}.system) "--build-host $target"} \
|
${lib.optionalString (localSystem != machines.${hostname}.system) "--build-host $target"} \
|
||||||
|
|||||||
Reference in New Issue
Block a user