chore(flake): update inputs

This commit is contained in:
Felix Schröter 2022-01-31 22:49:52 +01:00
parent 13302e74ca
commit b7c50221f3
Signed by: felschr
GPG key ID: 671E39E6744C807D
3 changed files with 24 additions and 22 deletions

View file

@ -57,11 +57,11 @@
] ]
}, },
"locked": { "locked": {
"lastModified": 1643147247, "lastModified": 1643567433,
"narHash": "sha256-mAtAuWDfxqEBp2n8w5277jG99jTXuA2rNBWR176A5nQ=", "narHash": "sha256-tyFgodcZRlt0ZshbgyLf4m/Sd/ys9p0AHfeVZQ50WKU=",
"owner": "nix-community", "owner": "nix-community",
"repo": "home-manager", "repo": "home-manager",
"rev": "f206f94ac50fdfa5c73e28c6999094cd4c82d477", "rev": "95d39e13a4a7a818c87f2701b59820d3ac0e674c",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -82,11 +82,11 @@
}, },
"locked": { "locked": {
"dir": "contrib", "dir": "contrib",
"lastModified": 1643095335, "lastModified": 1643660639,
"narHash": "sha256-NgrojDU8ziCZ6ImaD4xJ+6zw7OoWZSgiZYoD7dWCSVE=", "narHash": "sha256-FrABenx1RyMiLY4evG++ElIfleYnA3/KAyWFpz2NVr0=",
"owner": "neovim", "owner": "neovim",
"repo": "neovim", "repo": "neovim",
"rev": "ecec957125ca95ef5fbc4534d62ed16cfedb0c44", "rev": "5205bcc9049a171e90ebd01bbc0367f4ae2371d1",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -114,11 +114,11 @@
}, },
"nixpkgs": { "nixpkgs": {
"locked": { "locked": {
"lastModified": 1643080866, "lastModified": 1643524588,
"narHash": "sha256-iO3Z6jw0HEiie8UnXVpq1SxphprDYBXrVzubEa5D4eE=", "narHash": "sha256-Qh5AazxdOQRORbGkkvpKoovDl6ej/4PhDabFsqnueqw=",
"owner": "NixOS", "owner": "NixOS",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "c07b471b52be8fbc49a7dc194e9b37a6e19ee04d", "rev": "efeefb2af1469a5d1f0ae7ca8f0dfd9bb87d5cfb",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -130,11 +130,11 @@
}, },
"nixpkgs_2": { "nixpkgs_2": {
"locked": { "locked": {
"lastModified": 1643080866, "lastModified": 1643524588,
"narHash": "sha256-iO3Z6jw0HEiie8UnXVpq1SxphprDYBXrVzubEa5D4eE=", "narHash": "sha256-Qh5AazxdOQRORbGkkvpKoovDl6ej/4PhDabFsqnueqw=",
"owner": "NixOS", "owner": "NixOS",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "c07b471b52be8fbc49a7dc194e9b37a6e19ee04d", "rev": "efeefb2af1469a5d1f0ae7ca8f0dfd9bb87d5cfb",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -146,11 +146,11 @@
}, },
"nur": { "nur": {
"locked": { "locked": {
"lastModified": 1643150488, "lastModified": 1643661048,
"narHash": "sha256-Dwih7N3VB+HwHPkpHlOrrMIddbXQHtNzeO6bKvSdU4c=", "narHash": "sha256-dv7aYrVNgmEgrdq6L4BhZlMNX3Cy7uB+jK9t1c77BDI=",
"owner": "nix-community", "owner": "nix-community",
"repo": "NUR", "repo": "NUR",
"rev": "aac00ffca482f41b1858d41793b7069e0c2c2be8", "rev": "98059f7fe66ce21bd401d1b2add97d487f88c6a5",
"type": "github" "type": "github"
}, },
"original": { "original": {

View file

@ -5,7 +5,7 @@
with lib; { with lib; {
boot.loader.systemd-boot.editor = mkDefault false; boot.loader.systemd-boot.editor = mkDefault false;
nix.allowedUsers = mkDefault [ "@users" ]; nix.settings.allowed-users = mkDefault [ "@users" ];
# causes Firefox & Tor Browser segfaults # causes Firefox & Tor Browser segfaults
# environment.memoryAllocator.provider = mkDefault "scudo"; # environment.memoryAllocator.provider = mkDefault "scudo";

View file

@ -1,16 +1,18 @@
{ config, pkgs, ... }: { config, pkgs, ... }:
{ {
nix.autoOptimiseStore = true;
nix.gc = { nix.gc = {
automatic = true; automatic = true;
dates = "10:00"; dates = "10:00";
options = "--delete-older-than 30d"; options = "--delete-older-than 30d";
}; };
nix.binaryCaches = [ "https://hydra.iohk.io" "https://shajra.cachix.org" ]; nix.settings = {
nix.binaryCachePublicKeys = [ auto-optimise-store = true;
"hydra.iohk.io:f/Ea+s+dFdN+3Y/G+FDgSq+a5NEWhJGzdjvKNGv0/EQ=" substituters = [ "https://hydra.iohk.io" "https://shajra.cachix.org" ];
"shajra.cachix.org-1:V0x7Wjgd/mHGk2KQwzXv8iydfIgLupbnZKLSQt5hh9o=" trusted-public-keys = [
]; "hydra.iohk.io:f/Ea+s+dFdN+3Y/G+FDgSq+a5NEWhJGzdjvKNGv0/EQ="
"shajra.cachix.org-1:V0x7Wjgd/mHGk2KQwzXv8iydfIgLupbnZKLSQt5hh9o="
];
};
} }