Compare commits

..

No commits in common. "2b3dc9e5e4e8476d13d796ea41937e749e7afe70" and "5beaa5dcf9f7e71fb604f5c6c5aee3c2fd403111" have entirely different histories.

4 changed files with 3 additions and 6 deletions

View file

@ -10,7 +10,6 @@ rec {
"malka.family"
"luj"
"malka.sh"
"hownix.works"
];
isVPNDomain = hasSuffix "luj";

View file

@ -176,9 +176,9 @@
"owner": "nixos",
"repo": "nixpkgs",
"branch": "nixos-unstable",
"revision": "a79cfe0ebd24952b580b1cf08cd906354996d547",
"url": "https://github.com/nixos/nixpkgs/archive/a79cfe0ebd24952b580b1cf08cd906354996d547.tar.gz",
"hash": "sha256-mIvECo/NNdJJ/bXjNqIh8yeoSjVLAuDuTUzAo7dzs8Y="
"revision": "3a228057f5b619feb3186e986dbe76278d707b6e",
"url": "https://github.com/nixos/nixpkgs/archive/3a228057f5b619feb3186e986dbe76278d707b6e.tar.gz",
"hash": "sha256-xvTo0Aw0+veek7hvEVLzErmJyQkEcRk6PSR4zsRQFEc="
}
}
}

View file

@ -114,7 +114,6 @@
pyright
nixfmt-rfc-style
slack
haskell-language-server
]
++ builtins.filter lib.attrsets.isDerivation (builtins.attrValues pkgs.nerd-fonts);

View file

@ -19,7 +19,6 @@ let
"malka.family"
"luj"
"malka.sh"
"hownix.works"
];
isVPNDomain = domain: lib.dns.domainToZone [ "luj" ] domain != null;