1
1
Fork 0
mirror of https://github.com/NixOS/nix.git synced 2025-11-14 14:32:42 +01:00

Actually, solve this in a lighter-weight way

The templating is very superficial
This commit is contained in:
John Ericson 2022-04-20 17:37:59 +00:00
parent 05ec0beb40
commit f63b0f4540
4 changed files with 40 additions and 46 deletions

View file

@ -10,7 +10,6 @@
#include "topo-sort.hh"
#include "finally.hh"
#include "compression.hh"
#include "sqlite-impl.hh"
#include <iostream>
#include <algorithm>