Compare commits
1 Commits
c05e1a919a
...
0cbade937a
| Author | SHA1 | Date | |
|---|---|---|---|
| 0cbade937a |
@@ -3,7 +3,9 @@
|
|||||||
|
|
||||||
inputs = {
|
inputs = {
|
||||||
disko.url = "github:nix-community/disko";
|
disko.url = "github:nix-community/disko";
|
||||||
nixpkgs.url = "github:NixOS/nixpkgs/nixpkgs-unstable";
|
# nixpkgs.url = "github:NixOS/nixpkgs/nixpkgs-unstable";
|
||||||
|
# Waiting on https://github.com/NixOS/nixpkgs/pull/500538
|
||||||
|
nixpkgs.url = "github:msyds/nixpkgs/fix-bepasty";
|
||||||
impermanence.url = "github:nix-community/impermanence";
|
impermanence.url = "github:nix-community/impermanence";
|
||||||
home-manager.url = "github:nix-community/home-manager";
|
home-manager.url = "github:nix-community/home-manager";
|
||||||
sops-nix.url = "github:Mic92/sops-nix";
|
sops-nix.url = "github:Mic92/sops-nix";
|
||||||
|
|||||||
@@ -26,26 +26,6 @@ in {
|
|||||||
config.services.bepasty.servers."bin.deertopia.net".dataDir
|
config.services.bepasty.servers."bin.deertopia.net".dataDir
|
||||||
];
|
];
|
||||||
|
|
||||||
# See https://github.com/NixOS/nixpkgs/pull/500538
|
|
||||||
nixpkgs.overlays = [
|
|
||||||
(self: super: {
|
|
||||||
python3 = super.python3.override {
|
|
||||||
self = self.python3;
|
|
||||||
packageOverrides = self: super: {
|
|
||||||
xstatic-bootstrap =
|
|
||||||
super.xstatic-bootstrap.overridePythonAttrs (oldAttrs: rec {
|
|
||||||
version = "4.5.3.1";
|
|
||||||
src = oldAttrs.src.override {
|
|
||||||
pname = "XStatic-Bootstrap";
|
|
||||||
inherit version;
|
|
||||||
hash = "sha256-z2fSBUN7MlCKiLaafnxbviylqK5xCXORpqb1EOv9KCA=";
|
|
||||||
};
|
|
||||||
});
|
|
||||||
};
|
|
||||||
};
|
|
||||||
})
|
|
||||||
];
|
|
||||||
|
|
||||||
services.bepasty = {
|
services.bepasty = {
|
||||||
enable = true;
|
enable = true;
|
||||||
servers."bin.deertopia.net" = {
|
servers."bin.deertopia.net" = {
|
||||||
|
|||||||
Reference in New Issue
Block a user