diff options
| author | Gregor Kleen <gkleen@yggdrasil.li> | 2018-04-25 16:23:31 +0200 |
|---|---|---|
| committer | Gregor Kleen <gkleen@yggdrasil.li> | 2018-04-25 16:23:31 +0200 |
| commit | 953242afa94206b0e153a43fba3a96094937e594 (patch) | |
| tree | 7787760a45cfbe74b05d58715a47b336fe015eff | |
| parent | d33b4bf351a840ee93ce2191e0e6eb9ccb454c01 (diff) | |
| download | nixos-953242afa94206b0e153a43fba3a96094937e594.tar nixos-953242afa94206b0e153a43fba3a96094937e594.tar.gz nixos-953242afa94206b0e153a43fba3a96094937e594.tar.bz2 nixos-953242afa94206b0e153a43fba3a96094937e594.tar.xz nixos-953242afa94206b0e153a43fba3a96094937e594.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 99840513..2cfd74cc 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 | }; | 4 | } // (import ../utils/nix/default.nix) pkgs (import <nixpkgs> {}); |
| 5 | } | 5 | } |
