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
aba3c61906
commit
0173d8ece4
1 changed files with 4 additions and 8 deletions
12
flake.nix
12
flake.nix
|
|
@ -4,14 +4,10 @@
|
||||||
{
|
{
|
||||||
nixpkgs = {
|
nixpkgs = {
|
||||||
url = "github:NixOS/nixpkgs/nixos-unstable";
|
url = "github:NixOS/nixpkgs/nixos-unstable";
|
||||||
overlays = [
|
config.packageOverrides = pkgs: {
|
||||||
(self: super: {
|
nur = import (builtins.fetchTarball "https://github.com/nix-community/NUR/archive/master.tar.gz")
|
||||||
nur = import (builtins.fetchTarball {
|
{ inherit pkgs; };
|
||||||
url = "https://github.com/nix-community/NUR/archive/3a6a6f4da737da41e27922ce2cfacf68a109ebce.tar.gz";
|
};
|
||||||
sha256 = "0g0vxzwm24pvfwhy8f320x030kvacxln6n3b50kwg14cjrirr2yx";
|
|
||||||
}) { inherit (super) pkgs; };
|
|
||||||
})
|
|
||||||
];
|
|
||||||
};
|
};
|
||||||
home-manager = {
|
home-manager = {
|
||||||
url = "github:nix-community/home-manager/master";
|
url = "github:nix-community/home-manager/master";
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue