diff options
| author | Gregor Kleen <gkleen@yggdrasil.li> | 2018-04-18 15:51:25 +0200 |
|---|---|---|
| committer | Gregor Kleen <gkleen@yggdrasil.li> | 2018-04-18 15:51:25 +0200 |
| commit | 8fb51184b0f0aa1b99e6c6eee4b0644d35ff504a (patch) | |
| tree | 2b3ab5b385b55ff7834e426e110e39cb489ebedd | |
| parent | 4cf68c90c0cfa259d4ac00cc90e35cfcb56d0e7a (diff) | |
| download | nixos-8fb51184b0f0aa1b99e6c6eee4b0644d35ff504a.tar nixos-8fb51184b0f0aa1b99e6c6eee4b0644d35ff504a.tar.gz nixos-8fb51184b0f0aa1b99e6c6eee4b0644d35ff504a.tar.bz2 nixos-8fb51184b0f0aa1b99e6c6eee4b0644d35ff504a.tar.xz nixos-8fb51184b0f0aa1b99e6c6eee4b0644d35ff504a.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 a63c18f0..e73096dc 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: { |
| 3 | strm = pkgs.callPackage ../odin/strm.nix {}; | 3 | strm = pkgs.callPackage ../odin/strm.nix {}; |
| 4 | } // (import ../utils/nix/default.nix) pkgs; | 4 | } // (import ../utils/nix/default.nix) pkgs; |
| 5 | } | 5 | } |
