diff options
author | Gregor Kleen <gkleen@yggdrasil.li> | 2018-04-25 16:17:34 +0200 |
---|---|---|
committer | Gregor Kleen <gkleen@yggdrasil.li> | 2018-04-25 16:17:34 +0200 |
commit | d33b4bf351a840ee93ce2191e0e6eb9ccb454c01 (patch) | |
tree | f5886f509272a8afe2083049db0d208111d55ca4 | |
parent | c982ae105c89a1de16844791c1c4c33511172bb5 (diff) | |
download | nixos-d33b4bf351a840ee93ce2191e0e6eb9ccb454c01.tar nixos-d33b4bf351a840ee93ce2191e0e6eb9ccb454c01.tar.gz nixos-d33b4bf351a840ee93ce2191e0e6eb9ccb454c01.tar.bz2 nixos-d33b4bf351a840ee93ce2191e0e6eb9ccb454c01.tar.xz nixos-d33b4bf351a840ee93ce2191e0e6eb9ccb454c01.zip |
…
-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 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 | } |