1
0
mirror of https://github.com/kmein/niveum synced 2026-03-16 10:11:08 +01:00

chore(nixpkgs-unstable): update

This commit is contained in:
2021-05-03 14:13:20 +02:00
parent c85b73a874
commit c17b611af5

View File

@@ -1,7 +1,7 @@
rec {
nixpkgs-src = builtins.fetchGit {
url = "https://github.com/NixOS/nixpkgs";
rev = "f3042e30785437f6cb2d99b15625b962fb96799f";
rev = "7c679678d6fd5e9b6a37155fa7b66228341dc4fa";
};
nixpkgs-unstable = import nixpkgs-src { config.allowUnfree = true; };