Skip to content

Commit

Permalink
NixOS example: nur -> nur-no-pkgs
Browse files Browse the repository at this point in the history
  • Loading branch information
infinisil committed Jul 19, 2018
1 parent 43833fc commit 894e8dd
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -95,15 +95,15 @@ If you intend to use modules, overlays or library functions in your NixOS config
```nix
{ pkgs, config, lib, ... }:
let
nur = import (builtins.fetchTarball "https://github.com/nix-community/NUR/archive/master.tar.gz") {};
nur-no-pkgs = import (builtins.fetchTarball "https://github.com/nix-community/NUR/archive/master.tar.gz") {};
in {
imports = [
nur.repos.paul.modules.foo
nur-no-pkgs.repos.paul.modules.foo
];
nixpkgs.overlays = [
nur.repos.ben.overlays.bar
nur-no-pkgs.repos.ben.overlays.bar
];
}
Expand Down

0 comments on commit 894e8dd

Please sign in to comment.