Trying to fix nur

This commit is contained in:
Bryan Ramos 2023-06-06 14:43:17 -04:00
parent d6847385f4
commit 3ee14de619
2 changed files with 5 additions and 21 deletions

View file

@ -4,10 +4,10 @@
{
nixpkgs = {
url = "github:NixOS/nixpkgs/nixos-unstable";
# config.packageOverrides = pkgs: {
# nur = import (builtins.fetchTarball "https://github.com/nix-community/NUR/archive/master.tar.gz")
# { inherit pkgs; };
# };
config.packageOverrides = pkgs: {
nur = import (builtins.fetchTarball "https://github.com/nix-community/NUR/archive/master.tar.gz")
{ inherit pkgs; };
};
};
home-manager = {
url = "github:nix-community/home-manager/master";