My Nix Configuration

[flake] remove nur

pyrox.dev 465525c9 0a4876f1

verified
Changed files
-81
-79
flake.lock
···
"type": "github"
}
},
-
"flake-parts_2": {
-
"inputs": {
-
"nixpkgs-lib": [
-
"nur",
-
"nixpkgs"
-
]
-
},
-
"locked": {
-
"lastModified": 1733312601,
-
"narHash": "sha256-4pDvzqnegAfRkPwO3wmwBhVi/Sye1mzps0zHWYnP88c=",
-
"owner": "hercules-ci",
-
"repo": "flake-parts",
-
"rev": "205b12d8b7cd4802fbcb8e8ef6a0f1408781a4f9",
-
"type": "github"
-
},
-
"original": {
-
"owner": "hercules-ci",
-
"repo": "flake-parts",
-
"type": "github"
-
}
-
},
"flake-root": {
"locked": {
"lastModified": 1723604017,
···
"type": "github"
}
},
-
"nixpkgs_3": {
-
"locked": {
-
"lastModified": 1737885589,
-
"narHash": "sha256-Zf0hSrtzaM1DEz8//+Xs51k/wdSajticVrATqDrfQjg=",
-
"owner": "nixos",
-
"repo": "nixpkgs",
-
"rev": "852ff1d9e153d8875a83602e03fdef8a63f0ecf8",
-
"type": "github"
-
},
-
"original": {
-
"owner": "nixos",
-
"ref": "nixos-unstable",
-
"repo": "nixpkgs",
-
"type": "github"
-
}
-
},
-
"nur": {
-
"inputs": {
-
"flake-parts": "flake-parts_2",
-
"nixpkgs": "nixpkgs_3",
-
"treefmt-nix": "treefmt-nix_4"
-
},
-
"locked": {
-
"lastModified": 1738083586,
-
"narHash": "sha256-6NUXBkmQVn3bbklus/QsKGT3llRHrhgYDyLoHtja/PU=",
-
"owner": "nix-community",
-
"repo": "nur",
-
"rev": "46d45ab1273f9a47ea20c2b147b1b3c74dab33c1",
-
"type": "github"
-
},
-
"original": {
-
"owner": "nix-community",
-
"repo": "nur",
-
"type": "github"
-
}
-
},
"poetry2nix": {
"inputs": {
"flake-utils": [
···
"nixd": "nixd",
"nixpkgs": "nixpkgs_2",
"nixpkgs-lib": "nixpkgs-lib",
-
"nur": "nur",
"snowfall-lib": "snowfall-lib",
"stable": "stable",
"systems": "systems_3",
···
"owner": "numtide",
"repo": "treefmt-nix",
"rev": "65712f5af67234dad91a5a4baee986a8b62dbf8f",
-
"type": "github"
-
},
-
"original": {
-
"owner": "numtide",
-
"repo": "treefmt-nix",
-
"type": "github"
-
}
-
},
-
"treefmt-nix_4": {
-
"inputs": {
-
"nixpkgs": [
-
"nur",
-
"nixpkgs"
-
]
-
},
-
"locked": {
-
"lastModified": 1733222881,
-
"narHash": "sha256-JIPcz1PrpXUCbaccEnrcUS8jjEb/1vJbZz5KkobyFdM=",
-
"owner": "numtide",
-
"repo": "treefmt-nix",
-
"rev": "49717b5af6f80172275d47a418c9719a31a78b53",
"type": "github"
},
"original": {
···
"type": "github"
}
},
"flake-root": {
"locked": {
"lastModified": 1723604017,
···
"type": "github"
}
},
"poetry2nix": {
"inputs": {
"flake-utils": [
···
"nixd": "nixd",
"nixpkgs": "nixpkgs_2",
"nixpkgs-lib": "nixpkgs-lib",
"snowfall-lib": "snowfall-lib",
"stable": "stable",
"systems": "systems_3",
···
"owner": "numtide",
"repo": "treefmt-nix",
"rev": "65712f5af67234dad91a5a4baee986a8b62dbf8f",
"type": "github"
},
"original": {
-2
flake.nix
···
url = "github:Mic92/nix-index-database";
inputs.nixpkgs.follows = "nixpkgs";
};
-
nur.url = "github:nix-community/nur";
my-pkgs = {
url = "git+https://git.pyrox.dev/pyrox/pkgs";
inputs.nixpkgs.follows = "nixpkgs";
···
inputs.my-pkgs.overlays.cinny
inputs.golink.overlay
inputs.nixd.overlays.default
-
inputs.nur.overlays.default
inputs.topology.overlays.default
];
in
···
url = "github:Mic92/nix-index-database";
inputs.nixpkgs.follows = "nixpkgs";
};
my-pkgs = {
url = "git+https://git.pyrox.dev/pyrox/pkgs";
inputs.nixpkgs.follows = "nixpkgs";
···
inputs.my-pkgs.overlays.cinny
inputs.golink.overlay
inputs.nixd.overlays.default
inputs.topology.overlays.default
];
in