Skip to content

Commit 894e8dd

Browse files
committed
NixOS example: nur -> nur-no-pkgs
1 parent 43833fc commit 894e8dd

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -95,15 +95,15 @@ If you intend to use modules, overlays or library functions in your NixOS config
9595
```nix
9696
{ pkgs, config, lib, ... }:
9797
let
98-
nur = import (builtins.fetchTarball "https://github.com/nix-community/NUR/archive/master.tar.gz") {};
98+
nur-no-pkgs = import (builtins.fetchTarball "https://github.com/nix-community/NUR/archive/master.tar.gz") {};
9999
in {
100100
101101
imports = [
102-
nur.repos.paul.modules.foo
102+
nur-no-pkgs.repos.paul.modules.foo
103103
];
104104
105105
nixpkgs.overlays = [
106-
nur.repos.ben.overlays.bar
106+
nur-no-pkgs.repos.ben.overlays.bar
107107
];
108108
109109
}

0 commit comments

Comments
 (0)