Flake: update nur

This commit is contained in:
Toast 2024-12-10 11:08:59 +01:00
parent 16d61d8d73
commit 49e920ac97
3 changed files with 69 additions and 6 deletions

View file

@ -5,7 +5,7 @@
flakeSelf,
...
}: {
imports = [flakeSelf.inputs.nur.nixosModules.nur];
imports = [flakeSelf.inputs.nur.modules.nixos.default];
environment = {
# As of the 1st of May 2023, the default packages are nano, perl, rsync and strace
# I don't need any of them, so I just empty the list

View file

@ -1,5 +1,5 @@
{config, ...}: {
environment.systemPackages = with config; [
{pkgs, ...}: {
environment.systemPackages = with pkgs; [
nur.repos.ataraxiasjel.rpcs3
];
# Compiling RPCS3 takes quite a while