diff options
| author | uakci <uakci@uakci.pl> | 2021-09-15 02:32:52 +0200 |
|---|---|---|
| committer | uakci <uakci@uakci.pl> | 2021-09-15 02:32:52 +0200 |
| commit | 0887cb620401b2ddf631ed738b365ddcaafcf8f4 (patch) | |
| tree | b77034ff8aa08b37d85dfc12b923dd8102cc6e52 | |
| parent | preliminary nixos module (diff) | |
| download | nuogai-0887cb620401b2ddf631ed738b365ddcaafcf8f4.tar.gz nuogai-0887cb620401b2ddf631ed738b365ddcaafcf8f4.zip | |
parameterisation
| -rw-r--r-- | flake.nix | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -14,7 +14,6 @@ , serial-predicate-engine-upstream, flake-utils, ... }: { inherit (gomod2nix) devShell; - nixosModule = a: import ./module.nix (a // { inherit self; system = "x86_64-linux"; }); } // flake-utils.lib.eachDefaultSystem (system: let pkgs = (import nixpkgs { @@ -67,5 +66,6 @@ in { defaultPackage = nuogai; packages = schemePkgs // { inherit toaqScript nuogai; }; + nixosModule = a: import ./module.nix (a // { inherit self system; }); }); } |
