mirror of https://git.jolheiser.com/dotnix.git
parent
1e878c3343
commit
5a886e2828
21
flake.lock
21
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",
|
||||
|
|
10
flake.nix
10
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;
|
||||
|
|
Loading…
Reference in New Issue