summaryrefslogtreecommitdiff
path: root/users
diff options
context:
space:
mode:
Diffstat (limited to 'users')
-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 d06215d1..7e5d14a4 100644
--- a/users/gkleen@odin.nix
+++ b/users/gkleen@odin.nix
@@ -1,5 +1,5 @@
1{ 1{
2 packageOverrides = pkgs: with pkgs; { 2 packageOverrides = pkgs: with pkgs; {
3 strm = pkgs.callPackage ../odin/strm.nix {}; 3 strm = pkgs.callPackage ../odin/strm.nix {};
4 }; 4 } // (import ../../utils/nix/default.nix pkgs);
5} 5}