mirror of
https://github.com/JulienMalka/snowfield.git
synced 2025-03-25 21:30:52 +01:00
Compare commits
No commits in common. "2b3dc9e5e4e8476d13d796ea41937e749e7afe70" and "5beaa5dcf9f7e71fb604f5c6c5aee3c2fd403111" have entirely different histories.
2b3dc9e5e4
...
5beaa5dcf9
4 changed files with 3 additions and 6 deletions
|
@ -10,7 +10,6 @@ rec {
|
|||
"malka.family"
|
||||
"luj"
|
||||
"malka.sh"
|
||||
"hownix.works"
|
||||
];
|
||||
|
||||
isVPNDomain = hasSuffix "luj";
|
||||
|
|
6
lon.lock
6
lon.lock
|
@ -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="
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -114,7 +114,6 @@
|
|||
pyright
|
||||
nixfmt-rfc-style
|
||||
slack
|
||||
haskell-language-server
|
||||
]
|
||||
++ builtins.filter lib.attrsets.isDerivation (builtins.attrValues pkgs.nerd-fonts);
|
||||
|
||||
|
|
|
@ -19,7 +19,6 @@ let
|
|||
"malka.family"
|
||||
"luj"
|
||||
"malka.sh"
|
||||
"hownix.works"
|
||||
];
|
||||
|
||||
isVPNDomain = domain: lib.dns.domainToZone [ "luj" ] domain != null;
|
||||
|
|
Loading…
Add table
Reference in a new issue