aboutsummaryrefslogtreecommitdiff
path: root/flake.nix
diff options
context:
space:
mode:
authorRobert Hensing <robert@roberthensing.nl>2023-08-16 16:01:46 +0200
committerRobert Hensing <robert@roberthensing.nl>2023-08-16 16:01:46 +0200
commit21a188a2b47f2145a6463238067030bd25883afb (patch)
tree7f641242a11aa1654a83c70934b007dbd13a0b0f /flake.nix
parentb13fc7101fb06a65935d145081319145f7fef6f9 (diff)
parent63e0b5d081fed582ac6a0a66f402dc525953524b (diff)
Add gc root for nixpkgs/lib content
Diffstat (limited to 'flake.nix')
-rw-r--r--flake.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/flake.nix b/flake.nix
index 28e581309..6e1f48cd7 100644
--- a/flake.nix
+++ b/flake.nix
@@ -45,7 +45,7 @@
# - Propagation to dependent locks: https://github.com/NixOS/nix/issues/7730
# - Subflake would download redundant and huge parent flake
# - No git tree hash support: https://github.com/NixOS/nix/issues/6044
- inherit (import (builtins.fetchTarball { url = "https://github.com/NixOS/nixpkgs/archive/1bdcd7fc8a6a40b2e805bad759b36e64e911036b.tar.gz"; sha256 = "sha256:14ljlpdsp4x7h1fkhbmc4bd3vsqnx8zdql4h3037wh09ad6a0893"; }))
+ inherit (import (builtins.fetchTarball { url = "https://github.com/NixOS/nix/archive/1bdcd7fc8a6a40b2e805bad759b36e64e911036b.tar.gz"; sha256 = "sha256:14ljlpdsp4x7h1fkhbmc4bd3vsqnx8zdql4h3037wh09ad6a0893"; }))
fileset;
baseFiles =