about summary refs log tree commit diff
path: root/flake.nix
diff options
context:
space:
mode:
authorAzat Bahawi <azat@bahawi.net>2022-08-28 21:14:14 +0300
committerAzat Bahawi <azat@bahawi.net>2022-08-28 21:14:14 +0300
commit2e2a7bb1f640def9d627af8cc194faf7d911d8bf (patch)
tree4252d60535ffed05bb5f304f6fb0b05226809d8a /flake.nix
parent2022-08-25 (diff)
2022-08-28
Diffstat (limited to '')
-rw-r--r--flake.nix13
1 files changed, 9 insertions, 4 deletions
diff --git a/flake.nix b/flake.nix
index d042cff..cfd62b6 100644
--- a/flake.nix
+++ b/flake.nix
@@ -33,6 +33,14 @@
     #   path = "/home/azahi/src/nixpkgs";
     # };
 
+    # FIXME https://github.com/NixOS/nixpkgs/pull/187026
+    nixpkgs-endlessh-go = {
+      type = "github";
+      owner = "azahi";
+      repo = "nixpkgs";
+      ref = "endlessh-go";
+    };
+
     nixos-hardware = {
       type = "github";
       owner = "NixOS";
@@ -222,9 +230,7 @@
           overlays = [self.overlays.default];
         };
       in {
-        packages.default = pkgs.nixfiles.override {
-          nixfilesSrc = ".";
-        };
+        packages.default = pkgs.nixfiles;
 
         apps.${system}.default = {
           type = "app";
@@ -260,7 +266,6 @@
         nixosConfigurations =
           import ./configurations {inherit inputs lib;};
 
-        # TODO Generalise this.
         overlays.default = final: _: {
           UltimMC = final.libsForQt5.callPackage ./packages/ultimmc.nix {};
           bruh = final.callPackage ./packages/bruh.nix {};

Consider giving Nix/NixOS a try! <3