mirror of
https://codeberg.org/privacy1st/nix-git
synced 2024-11-21 22:03:19 +01:00
docs: nur and unstable
This commit is contained in:
parent
b2aad45646
commit
1308061f08
@ -1,6 +1,6 @@
|
||||
{ config, pkgs, ... }:
|
||||
{
|
||||
# Import NUR.
|
||||
# How NUR (or unstable) can be imported without `niv`.
|
||||
#nixpkgs.config.packageOverrides = pkgs: {
|
||||
# nur = import (builtins.fetchTarball "https://github.com/nix-community/NUR/archive/master.tar.gz") {
|
||||
# inherit pkgs;
|
||||
@ -18,8 +18,10 @@
|
||||
};
|
||||
};
|
||||
|
||||
# Test if NUR was imported successfully.
|
||||
#environment.systemPackages = with pkgs; [
|
||||
# # Example NUR usage:
|
||||
# nur.repos.mic92.hello-nur
|
||||
# # Example unstable usage:
|
||||
# unstable.nano
|
||||
#];
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user