mirror of
https://github.com/JulienMalka/snowfield.git
synced 2025-03-24 04:40:53 +01:00
Compare commits
3 commits
5beaa5dcf9
...
2b3dc9e5e4
Author | SHA1 | Date | |
---|---|---|---|
2b3dc9e5e4 | |||
89f89ded4c | |||
3def982730 |
4 changed files with 6 additions and 3 deletions
|
@ -10,6 +10,7 @@ rec {
|
||||||
"malka.family"
|
"malka.family"
|
||||||
"luj"
|
"luj"
|
||||||
"malka.sh"
|
"malka.sh"
|
||||||
|
"hownix.works"
|
||||||
];
|
];
|
||||||
|
|
||||||
isVPNDomain = hasSuffix "luj";
|
isVPNDomain = hasSuffix "luj";
|
||||||
|
|
6
lon.lock
6
lon.lock
|
@ -176,9 +176,9 @@
|
||||||
"owner": "nixos",
|
"owner": "nixos",
|
||||||
"repo": "nixpkgs",
|
"repo": "nixpkgs",
|
||||||
"branch": "nixos-unstable",
|
"branch": "nixos-unstable",
|
||||||
"revision": "3a228057f5b619feb3186e986dbe76278d707b6e",
|
"revision": "a79cfe0ebd24952b580b1cf08cd906354996d547",
|
||||||
"url": "https://github.com/nixos/nixpkgs/archive/3a228057f5b619feb3186e986dbe76278d707b6e.tar.gz",
|
"url": "https://github.com/nixos/nixpkgs/archive/a79cfe0ebd24952b580b1cf08cd906354996d547.tar.gz",
|
||||||
"hash": "sha256-xvTo0Aw0+veek7hvEVLzErmJyQkEcRk6PSR4zsRQFEc="
|
"hash": "sha256-mIvECo/NNdJJ/bXjNqIh8yeoSjVLAuDuTUzAo7dzs8Y="
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -114,6 +114,7 @@
|
||||||
pyright
|
pyright
|
||||||
nixfmt-rfc-style
|
nixfmt-rfc-style
|
||||||
slack
|
slack
|
||||||
|
haskell-language-server
|
||||||
]
|
]
|
||||||
++ builtins.filter lib.attrsets.isDerivation (builtins.attrValues pkgs.nerd-fonts);
|
++ builtins.filter lib.attrsets.isDerivation (builtins.attrValues pkgs.nerd-fonts);
|
||||||
|
|
||||||
|
|
|
@ -19,6 +19,7 @@ let
|
||||||
"malka.family"
|
"malka.family"
|
||||||
"luj"
|
"luj"
|
||||||
"malka.sh"
|
"malka.sh"
|
||||||
|
"hownix.works"
|
||||||
];
|
];
|
||||||
|
|
||||||
isVPNDomain = domain: lib.dns.domainToZone [ "luj" ] domain != null;
|
isVPNDomain = domain: lib.dns.domainToZone [ "luj" ] domain != null;
|
||||||
|
|
Loading…
Add table
Reference in a new issue