Remove NUR

This commit is contained in:
Natsu Kagami 2024-08-19 17:28:08 +02:00
parent fbe19bac34
commit 59f9ae8d5b
Signed by: nki
GPG key ID: 55A032EB38B49ADB
4 changed files with 2 additions and 25 deletions

View file

@ -1,4 +1,4 @@
{ nixpkgs, nixpkgs-unstable, nur, ... }@inputs:
{ nixpkgs, nixpkgs-unstable, ... }@inputs:
let
overlay-unstable = final: prev: {
stable = import nixpkgs { config.allowUnfree = true; system = prev.system; };
@ -143,7 +143,6 @@ in
overlay-versioning
overlay-libs
overlay-rust-is-dumb
nur.overlay
(import ./packages/common)