1
0
mirror of https://github.com/kmein/niveum synced 2026-03-16 10:11:08 +01:00

fix: use pkgs.system

This commit is contained in:
2024-03-14 18:18:12 +01:00
parent 0ee765de37
commit 7d51ce0850
2 changed files with 80 additions and 75 deletions

View File

@@ -1,8 +1,6 @@
{
pkgs,
lib,
inputs,
system ? "x86_64-linux",
...
}: let
inherit (import ../lib) kieran ignorePaths;
@@ -19,7 +17,7 @@ in {
pkgs.gitstats
pkgs.patch
pkgs.patchutils
inputs.self.packages.${system}.git-preview
inputs.self.packages.${pkgs.system}.git-preview
];
environment.shellAliases = {