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 # FIXME: possibly expose home modules through flake outputs instead of brittle path traversals
users.gast = { users.gast = {
imports = [ imports = [
inputs.nur.hmModules.nur
../home/modules/packages.nix ../home/modules/packages.nix
]; ];
home = { home = {

View file

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

View file

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

View file

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