summaryrefslogtreecommitdiff
path: root/flake.nix
diff options
context:
space:
mode:
authorstuebinm2024-04-03 17:55:36 +0200
committerstuebinm2024-04-03 17:55:36 +0200
commitc2a7982080781d1319ed5320690620d269e9062c (patch)
treecf676e4fc917056ae293e90ba235619d1cd02730 /flake.nix
parent1597f8fd339d37ebed8c1f56bafa3fd0edfd49ab (diff)
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.
Diffstat (limited to '')
-rw-r--r--flake.nix4
1 files changed, 1 insertions, 3 deletions
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 = {