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:
@@ -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 = {
|
||||
|
||||
Reference in New Issue
Block a user