diff options
| -rw-r--r-- | users/gkleen@odin.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/users/gkleen@odin.nix b/users/gkleen@odin.nix index 66c467e3..afd916c2 100644 --- a/users/gkleen@odin.nix +++ b/users/gkleen@odin.nix | |||
| @@ -28,6 +28,6 @@ | |||
| 28 | }; | 28 | }; |
| 29 | }; | 29 | }; |
| 30 | 30 | ||
| 31 | inherit (pkgs.haskell.ghc822.packages) buchhaltung; | 31 | inherit (pkgs.haskell.packages.ghc822) buchhaltung; |
| 32 | } // (import ../utils/nix/default.nix) pkgs (import <nixpkgs> {}); | 32 | } // (import ../utils/nix/default.nix) pkgs (import <nixpkgs> {}); |
| 33 | } | 33 | } |
