From b59d95255f40fabdf01b53b45fd4931ffd32e1d4 Mon Sep 17 00:00:00 2001 From: Bad Date: Tue, 20 Jul 2021 16:32:12 +0200 Subject: [PATCH] Pin nixpkgs flake --- profiles/core/default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/profiles/core/default.nix b/profiles/core/default.nix index 0f8dad3..94fdbbd 100644 --- a/profiles/core/default.nix +++ b/profiles/core/default.nix @@ -4,6 +4,7 @@ in { nix.systemFeatures = [ "nixos-test" "benchmark" "big-parallel" "kvm" ]; + nix.registry.nixpkgs.flake = self.inputs.nixos; environment = { systemPackages = with pkgs; [