l blue.r: dont populate nixpkgs-unstable

This commit is contained in:
lassulus 2019-12-02 15:52:32 +01:00 committed by makefu
parent b1d8a913d0
commit 285ad95f8a
No known key found for this signature in database
GPG Key ID: 36F7711F3FC0F225
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";
};
}