nur: adjust eval to flakyfication of upstream

This commit is contained in:
Trolli Schmittlauch 2024-12-08 14:50:47 +01:00
parent 98678d644d
commit bc375742bc
4 changed files with 4 additions and 5 deletions

View file

@ -32,7 +32,6 @@ in
# FIXME: possibly expose home modules through flake outputs instead of brittle path traversals
users.gast = {
imports = [
inputs.nur.hmModules.nur
../home/modules/packages.nix
];
home = {

View file

@ -82,7 +82,6 @@
modules = [
{
imports = [
nur.hmModules.nur
./home/common.nix
./home/${confName}.nix
];

View file

@ -15,7 +15,7 @@
twemoji-color-font
open-sans
(iosevka-bin.override { variant = "CurlySlab"; })
config.nur.repos.schmittlauch.vollkorn
inputs.nur.legacyPackages.${system}.repos.schmittlauch.vollkorn
# TODO: humor-sans
# fcio corporate design, TODO module

View file

@ -10,6 +10,7 @@ with pkgs;
let
cfg = config.schmittlauch.packages;
unstable = inputs.nixos-unstable.legacyPackages.${system};
nur = inputs.nur.legacyPackages.${system};
graphicsApps =
[
@ -41,7 +42,7 @@ let
musescore
tenacity
soundkonverter
#config.nur.repos.fooker.studio-link
#nur.repos.fooker.studio-link
];
cliApps =
@ -86,7 +87,7 @@ let
torsocks
agrep
reptyr # re-bind running program to other tty
config.nur.repos.schmittlauch.lolcommits
nur.repos.schmittlauch.lolcommits
];
nixHelpers = [