add nixConfig
This commit is contained in:
parent
bdf22a2211
commit
6b14092fcf
@ -1,6 +1,12 @@
|
||||
{
|
||||
description = "motiejus/config";
|
||||
|
||||
nixConfig = {
|
||||
trusted-substituters = "https://cache.nixos.org/";
|
||||
trusted-public-keys = "cache.nixos.org-1:6NCHdD59X431o0gWypbMrAURkbJ16ZPMQFGspcDShjY=";
|
||||
extra-experimental-features = "nix-command flakes";
|
||||
};
|
||||
|
||||
inputs = {
|
||||
nixpkgs.url = "github:NixOS/nixpkgs/nixos-22.11-small";
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user