l blue.r: dont populate nixpkgs-unstable

This commit is contained in:
lassulus 2019-12-02 15:52:32 +01:00
parent bfa577817e
commit b7ca39ac00
1 changed files with 3 additions and 0 deletions

View File

@ -11,4 +11,7 @@
useChecksum = true;
};
});
nixpkgs-unstable = lib.mkForce {
file.path = "/var/empty";
};
}