chore(flake): update inputs

This commit is contained in:
Felix Schröter 2022-07-06 15:28:34 +02:00
parent 6e6e483b87
commit a6af748153
Signed by: felschr
GPG key ID: 671E39E6744C807D
2 changed files with 16 additions and 17 deletions

View file

@ -60,11 +60,11 @@
},
"flake-utils": {
"locked": {
"lastModified": 1656065134,
"narHash": "sha256-oc6E6ByIw3oJaIyc67maaFcnjYOz1mMcOtHxbEf9NwQ=",
"lastModified": 1656928814,
"narHash": "sha256-RIFfgBuKz6Hp89yRr7+NR5tzIAbn52h8vT6vXkYjZoM=",
"owner": "numtide",
"repo": "flake-utils",
"rev": "bee6a7250dd1b01844a2de7e02e4df7d8a0a206c",
"rev": "7e2a3b3dfd9af950a856d66b0a7d01e3c18aa249",
"type": "github"
},
"original": {
@ -81,11 +81,11 @@
"utils": "utils_2"
},
"locked": {
"lastModified": 1656367977,
"narHash": "sha256-0hV17V9Up9pnAtPJ+787FhrsPnawxoTPA/VxgjRMrjc=",
"lastModified": 1656927578,
"narHash": "sha256-ZSFrM/1PlJOqCb3mN88ZUh9dkQvNLU/nkoQ2tu02/FM=",
"owner": "nix-community",
"repo": "home-manager",
"rev": "3bf16c0fd141c28312be52945d1543f9ce557bb1",
"rev": "f2445620d177e295e711c1b2bc6c01ed6df26c16",
"type": "github"
},
"original": {
@ -97,11 +97,11 @@
},
"nixos-hardware": {
"locked": {
"lastModified": 1656702262,
"narHash": "sha256-BdVdx6LoGgAeIYrHnzk+AgbtkaVlV3JNcC6+vltLuh0=",
"lastModified": 1656933710,
"narHash": "sha256-SVG8EqY1OTJWBRY4hpct2ZR2Rk0L8hCFkug3m0ABoZE=",
"owner": "NixOS",
"repo": "nixos-hardware",
"rev": "c5308381432cdbf14d5b1128747a2845f5c6871e",
"rev": "3bf48d3587d3f34f745a19ebc968b002ef5b5c5a",
"type": "github"
},
"original": {
@ -113,11 +113,11 @@
},
"nixpkgs": {
"locked": {
"lastModified": 1656753965,
"narHash": "sha256-BCrB3l0qpJokOnIVc3g2lHiGhnjUi0MoXiw6t1o8H1E=",
"lastModified": 1657020478,
"narHash": "sha256-sU5hXEGcOcvz2xoPAuNLBQJLXjwvPpTkoddyXE8gw20=",
"owner": "NixOS",
"repo": "nixpkgs",
"rev": "0ea7a8f1b939d74e5df8af9a8f7342097cdf69eb",
"rev": "71a4f0dc3d80ba76f437c888c1c3d59f1df98163",
"type": "github"
},
"original": {
@ -145,11 +145,11 @@
},
"nur": {
"locked": {
"lastModified": 1656857635,
"narHash": "sha256-NvmB0oiSaAXdH/Ak9KGVUujUloM41E5V/LLus6H1zmo=",
"lastModified": 1657106528,
"narHash": "sha256-Jm2XUK8PSdiWfzfF6f/lIfnaOCrcq+JsT/cV5P5c1Uw=",
"owner": "nix-community",
"repo": "NUR",
"rev": "bfa0d2a67c7812865620cf236714086d44912d22",
"rev": "71d760099ad1a16ebae22b4ec551bf54a9e93d8e",
"type": "github"
},
"original": {

View file

@ -8,9 +8,8 @@ in {
options = "--delete-older-than 30d";
};
nix.trustedUsers = [ "@wheel" ];
nix.settings = {
trusted-users = [ "@wheel" ];
auto-optimise-store = true;
substituters = [
"https://hydra.iohk.io"