diff options
| author | seth <[email protected]> | 2024-05-24 04:46:59 -0400 |
|---|---|---|
| committer | seth <[email protected]> | 2024-05-24 21:36:05 -0600 |
| commit | ef2b5ea9f2f9450eac7ac2a875a8f1c6599c1ed0 (patch) | |
| tree | 5d21686d2d34986c6fcdf23fcd8f3a3c176d53bd /flake.nix | |
| parent | 5533072babca9fdefe45151ee834cdd14e1c679e (diff) | |
don't use flake module
Diffstat (limited to 'flake.nix')
| -rw-r--r-- | flake.nix | 7 |
1 files changed, 1 insertions, 6 deletions
@@ -6,9 +6,7 @@ extra-trusted-public-keys = ["getchoo.cachix.org-1:ftdbAUJVNaFonM0obRGgR5+nUmdLMM+AOvDOSx0z5tE="]; }; - outputs = inputs: let - flakeModules = import ./modules/flake; - in + outputs = inputs: inputs.flake-parts.lib.mkFlake {inherit inputs;} { systems = [ "x86_64-linux" @@ -29,9 +27,6 @@ # external, not so nix-y things ./ext - - # dogfood some modules - flakeModules.configurations ]; }; |
