Fix recursion and coiper builds

This commit is contained in:
Greg Hellings
2024-01-22 18:37:41 +00:00
parent b9cca7d400
commit b22dfd6f96
3 changed files with 9 additions and 9 deletions
+2 -5
View File
@@ -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 = {