diff --git a/flake.lock b/flake.lock index 16f0668..e9a75bb 100644 --- a/flake.lock +++ b/flake.lock @@ -524,26 +524,6 @@ "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": { "flake": false, "locked": { @@ -689,7 +669,6 @@ "gomodinit": "gomodinit", "helix": "helix", "home-manager": "home-manager", - "jolheiser-nur": "jolheiser-nur", "nixos-hardware": "nixos-hardware", "nixpkgs": "nixpkgs", "nur": "nur", diff --git a/flake.nix b/flake.nix index 1590511..3d7ca78 100644 --- a/flake.nix +++ b/flake.nix @@ -18,12 +18,7 @@ }; }; nixos-hardware.url = "github:nixos/nixos-hardware/master"; - nur.url = "github:nix-community/NUR"; - jolheiser-nur = { - url = "git+https://git.jolheiser.com/nur.git"; - inputs.nixpkgs.follows = "nixpkgs"; - }; helix = { url = "git+https://git.jolheiser.com/helix.drv.git"; inputs.nixpkgs.follows = "nixpkgs"; @@ -112,9 +107,7 @@ url = "git+https://git.jolheiser.com/tsnet-serve-nix.git"; inputs.nixpkgs.follows = "nixpkgs"; }; - ghostty = { - url = "git+ssh://git@github.com/ghostty-org/ghostty"; - }; + ghostty.url = "git+ssh://git@github.com/ghostty-org/ghostty"; }; outputs = @@ -133,7 +126,6 @@ pkgs = prev; }; jolheiser = { - nur = inputs.jolheiser-nur.packages.${prev.system}; helix = inputs.helix.packages.${prev.system}.default; website = inputs.website.packages.${prev.system}.default; resume = inputs.resume.packages.${prev.system}.default;