nix-configs

Personal NixOS and home-manager configuration files
Log | Files | Refs

nur.nix (200B)


      1 { pkgs, ... }:
      2 
      3 {
      4   nixpkgs.config.packageOverrides = pkgs: {
      5     nur = import (builtins.fetchTarball "https://github.com/nix-community/NUR/archive/master.tar.gz") {
      6       inherit pkgs;
      7     };
      8   };
      9 }