summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--users/gkleen@odin.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/users/gkleen@odin.nix b/users/gkleen@odin.nix
index e73096dc..99840513 100644
--- a/users/gkleen@odin.nix
+++ b/users/gkleen@odin.nix
@@ -1,5 +1,5 @@
1{ 1{
2 packageOverrides = pkgs: { 2 packageOverrides = pkgs: {
3 strm = pkgs.callPackage ../odin/strm.nix {}; 3 strm = pkgs.callPackage ../odin/strm.nix {};
4 } // (import ../utils/nix/default.nix) pkgs; 4 };
5} 5}