diff options
author | Robert Hensing <robert@roberthensing.nl> | 2023-08-16 16:01:46 +0200 |
---|---|---|
committer | Robert Hensing <robert@roberthensing.nl> | 2023-08-16 16:01:46 +0200 |
commit | 21a188a2b47f2145a6463238067030bd25883afb (patch) | |
tree | 7f641242a11aa1654a83c70934b007dbd13a0b0f /flake.nix | |
parent | b13fc7101fb06a65935d145081319145f7fef6f9 (diff) | |
parent | 63e0b5d081fed582ac6a0a66f402dc525953524b (diff) |
Add gc root for nixpkgs/lib content
Diffstat (limited to 'flake.nix')
-rw-r--r-- | flake.nix | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 = |