From c2a7982080781d1319ed5320690620d269e9062c Mon Sep 17 00:00:00 2001 From: stuebinm Date: Wed, 3 Apr 2024 17:55:36 +0200 Subject: Revert "flora: test-deploy the mollysocket nixpkgs PR" This reverts commit a86a04f9e26854ec967c46a6ad3f015364fb91a6. It has since been merged into nixpkgs master, and i'm unsure if i will continue using it. --- flake.nix | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'flake.nix') diff --git a/flake.nix b/flake.nix index eb4cfcb..b2c73df 100644 --- a/flake.nix +++ b/flake.nix @@ -7,7 +7,6 @@ inputs = { nixpkgs.url = "github:NixOS/nixpkgs/nixos-23.11"; nixpkgs-unstable.url = "github:NixOS/nixpkgs/nixpkgs-unstable"; - nixpkgs-review.url = "github:dotlambda/nixpkgs/mollysocket-init"; home-manager.url = "github:nix-community/home-manager/release-23.11"; home-manager.inputs.nixpkgs.follows = "nixpkgs"; @@ -163,8 +162,7 @@ nixosModules = { # glitchtip = import ./modules/glitchtip.nix; bookwyrm = import ./modules/bookwyrm.nix; - # mollysocket = import ./modules/mollysocket.nix; - mollysocket = import "${inputs.nixpkgs-review.outPath}/nixos/modules/services/misc/mollysocket.nix"; + mollysocket = import ./modules/mollysocket.nix; }; hydraJobs = { -- cgit v1.2.3