Added binary caches to flake.nix
This commit is contained in:
parent
a5b7cf1c64
commit
860b8d693b
1 changed files with 12 additions and 1 deletions
13
flake.nix
13
flake.nix
|
|
@ -1,6 +1,17 @@
|
||||||
{
|
{
|
||||||
description = "NixOS config";
|
description = "NixOS config";
|
||||||
|
nixConfig = {
|
||||||
|
extra-substituters = [
|
||||||
|
"https://nix-community.cachix.org"
|
||||||
|
"https://hyprland.cachix.org"
|
||||||
|
"https://nix-gaming.cachix.org"
|
||||||
|
];
|
||||||
|
extra-trusted-public-keys = [
|
||||||
|
"nix-community.cachix.org-1:mB9FSh9qf2dCimDSUo8Zy7bkq5CX+/rkCWyvRCYg3Fs="
|
||||||
|
"hyprland.cachix.org-1:a7pgxzMz7+chwVL3/pzj6jIBMioiJM7ypFP8PwtkuGc="
|
||||||
|
"nix-gaming.cachix.org-1:nbjlureqMbRAxR1gJ/f3hxemL9svXaZF/Ees8vCUUs4="
|
||||||
|
];
|
||||||
|
};
|
||||||
inputs = {
|
inputs = {
|
||||||
nixpkgs = {
|
nixpkgs = {
|
||||||
url = "github:nixos/nixpkgs?ref=nixos-unstable";
|
url = "github:nixos/nixpkgs?ref=nixos-unstable";
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue