Skip to content

Commit 08c75b5

Browse files
committedDec 8, 2023
config: remove Guix overlay flake input
Much of what is needed is now available in nixpkgs.
1 parent e45fad2 commit 08c75b5

File tree

2 files changed

+6
-49
lines changed

2 files changed

+6
-49
lines changed
 

‎flake.lock

+6-41
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎flake.nix

-8
Original file line numberDiff line numberDiff line change
@@ -59,9 +59,6 @@
5959
helix-editor.url = "github:helix-editor/helix";
6060
helix-editor.inputs.nixpkgs.follows = "nixpkgs";
6161

62-
# Guix in NixOS?!
63-
guix-overlay.url = "github:foo-dogsquared/nix-overlay-guix";
64-
6562
# Generating an entire flavored themes with Nix?
6663
nix-colors.url = "github:misterio77/nix-colors";
6764

@@ -219,11 +216,6 @@
219216
};
220217
services.openssh.enable = lib.mkDefault true;
221218

222-
# We're setting Guix service package with the flake-provided package.
223-
# This is to prevent problems setting with overlays as much as I like
224-
# using them.
225-
services.guix.package = inputs.guix-overlay.packages.${config.nixpkgs.system}.guix;
226-
227219
# It's following the 'nixpkgs' flake input which should be in unstable
228220
# branches. Not to mention, most of the system configurations should
229221
# have this attribute set explicitly by default.

0 commit comments

Comments
 (0)
Please sign in to comment.