mirror of
https://gitlab.com/rensa-nix/utils.git
synced 2025-12-12 15:40:11 +01:00
chore(module): default system to pkgs.system instead of pkgs relying on system
This commit is contained in:
parent
ca84188b2f
commit
901ab49e43
2 changed files with 2 additions and 5 deletions
|
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
outputs = i: {
|
||||
outputs = _i: {
|
||||
lib = import ./.;
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue