From ddd4385cdcba6f7fb03043d2ed72e646533eb482 Mon Sep 17 00:00:00 2001 From: "quentin@aristote.fr" Date: Wed, 13 Mar 2024 10:37:47 +0100 Subject: remove unstable filtron overlay --- flake.nix | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) (limited to 'flake.nix') diff --git a/flake.nix b/flake.nix index 9b9ebd6..c425870 100644 --- a/flake.nix +++ b/flake.nix @@ -6,11 +6,10 @@ }; my-nixpkgs.url = "github:qaristote/my-nixpkgs"; nixpkgs.url = "github:NixOS/nixpkgs/nixos-23.11-small"; - nixpkgs-unstable.url = "github:NixOS/nixpkgs/nixos-unstable-small"; }; outputs = - { self, nixpkgs, nixpkgs-unstable, my-nixpkgs, personal-webpage, ... }: { + { self, nixpkgs, my-nixpkgs, personal-webpage, ... }: { nixosConfigurations = let system = "x86_64-linux"; commonModules = [ @@ -21,10 +20,6 @@ # TODO the order shouldn't matter, yet this overlay doesn't work # if it comes first my-nixpkgs.overlays.personal - (_: prev: { - inherit (nixpkgs-unstable.legacyPackages."${prev.system}") - filtron; - }) ]; }) ]; -- cgit v1.2.3