chore: remove my nur

Signed-off-by: jolheiser <git@jolheiser.com>
homepage
jolheiser 2024-08-13 20:53:03 -05:00
parent 1e878c3343
commit 5a886e2828
No known key found for this signature in database
2 changed files with 1 additions and 30 deletions

View File

@ -524,26 +524,6 @@
"type": "github" "type": "github"
} }
}, },
"jolheiser-nur": {
"inputs": {
"nixpkgs": [
"nixpkgs"
]
},
"locked": {
"lastModified": 1700580516,
"narHash": "sha256-h72i6afGKreU+DjpZ6+qersarYYp4YjX+DBQ+MQkOG4=",
"ref": "refs/heads/main",
"rev": "a68a81cbc743e84aaee331ae7e58699398dd732d",
"revCount": 167,
"type": "git",
"url": "https://git.jolheiser.com/nur.git"
},
"original": {
"type": "git",
"url": "https://git.jolheiser.com/nur.git"
}
},
"langref": { "langref": {
"flake": false, "flake": false,
"locked": { "locked": {
@ -689,7 +669,6 @@
"gomodinit": "gomodinit", "gomodinit": "gomodinit",
"helix": "helix", "helix": "helix",
"home-manager": "home-manager", "home-manager": "home-manager",
"jolheiser-nur": "jolheiser-nur",
"nixos-hardware": "nixos-hardware", "nixos-hardware": "nixos-hardware",
"nixpkgs": "nixpkgs", "nixpkgs": "nixpkgs",
"nur": "nur", "nur": "nur",

View File

@ -18,12 +18,7 @@
}; };
}; };
nixos-hardware.url = "github:nixos/nixos-hardware/master"; nixos-hardware.url = "github:nixos/nixos-hardware/master";
nur.url = "github:nix-community/NUR"; nur.url = "github:nix-community/NUR";
jolheiser-nur = {
url = "git+https://git.jolheiser.com/nur.git";
inputs.nixpkgs.follows = "nixpkgs";
};
helix = { helix = {
url = "git+https://git.jolheiser.com/helix.drv.git"; url = "git+https://git.jolheiser.com/helix.drv.git";
inputs.nixpkgs.follows = "nixpkgs"; inputs.nixpkgs.follows = "nixpkgs";
@ -112,9 +107,7 @@
url = "git+https://git.jolheiser.com/tsnet-serve-nix.git"; url = "git+https://git.jolheiser.com/tsnet-serve-nix.git";
inputs.nixpkgs.follows = "nixpkgs"; inputs.nixpkgs.follows = "nixpkgs";
}; };
ghostty = { ghostty.url = "git+ssh://git@github.com/ghostty-org/ghostty";
url = "git+ssh://git@github.com/ghostty-org/ghostty";
};
}; };
outputs = outputs =
@ -133,7 +126,6 @@
pkgs = prev; pkgs = prev;
}; };
jolheiser = { jolheiser = {
nur = inputs.jolheiser-nur.packages.${prev.system};
helix = inputs.helix.packages.${prev.system}.default; helix = inputs.helix.packages.${prev.system}.default;
website = inputs.website.packages.${prev.system}.default; website = inputs.website.packages.${prev.system}.default;
resume = inputs.resume.packages.${prev.system}.default; resume = inputs.resume.packages.${prev.system}.default;