mirror of
https://github.com/itme-brain/nixos.git
synced 2026-03-24 00:29:43 -04:00
Trying to fix nur
This commit is contained in:
parent
0173d8ece4
commit
d6847385f4
1 changed files with 4 additions and 4 deletions
|
|
@ -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";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue