mirror of
https://github.com/kmein/niveum
synced 2026-03-16 10:11:08 +01:00
chore: add nixpkgs-unstable as krops source
This commit is contained in:
@@ -1,10 +1,4 @@
|
||||
rec {
|
||||
nixpkgs-src = builtins.fetchGit {
|
||||
url = "https://github.com/NixOS/nixpkgs";
|
||||
rev = "7c679678d6fd5e9b6a37155fa7b66228341dc4fa";
|
||||
};
|
||||
nixpkgs-unstable = import nixpkgs-src { config.allowUnfree = true; };
|
||||
|
||||
tmpfilesConfig = {type, path, mode ? "-", user ? "-", group ? "-", age ? "-", argument ? "-"}: "${type} '${path}' ${mode} ${user} ${group} ${age} ${argument}";
|
||||
|
||||
firewall = lib: {
|
||||
|
||||
Reference in New Issue
Block a user