ui: drop non-flake fallback
I don't think nix-build gets regulally tested and I don't see how it would work without having clanPkgs available
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
{ floco ? builtins.getFlake "github:aakropotkin/floco"
|
||||
, system ? builtins.currentSystem
|
||||
, pkgs ? import <nixpkgs> { currentSystem = system; }
|
||||
, clanPkgs ? { }
|
||||
{ floco
|
||||
, system
|
||||
, pkgs
|
||||
, clanPkgs
|
||||
}:
|
||||
let
|
||||
|
||||
@@ -39,4 +39,3 @@ in
|
||||
{
|
||||
inherit pkg fmod;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user