Fix recursion and coiper builds
This commit is contained in:
+2
-5
@@ -1,13 +1,10 @@
|
||||
{ pkgs, lib, ... }:
|
||||
|
||||
let
|
||||
inherit (lib.strings) hasSuffix;
|
||||
system = pkgs.system;
|
||||
inherit (pkgs.stdenv) isDarwin isLinux;
|
||||
in {
|
||||
imports = [
|
||||
]
|
||||
++ (if (isLinux) then [./linux] else []);
|
||||
./linux
|
||||
];
|
||||
|
||||
# Enable flakes
|
||||
nix = {
|
||||
|
||||
Reference in New Issue
Block a user