update flake
This commit is contained in:
parent
aee17d7d2a
commit
34fb70a748
1 changed files with 9 additions and 9 deletions
18
flake.nix
18
flake.nix
|
|
@ -1,15 +1,15 @@
|
||||||
{
|
{
|
||||||
description = "Nixos config flake";
|
description = "Nixos config flake";
|
||||||
|
|
||||||
# nixConfig = {
|
nixConfig = {
|
||||||
# extra-substituters = [
|
extra-substituters = [
|
||||||
# "https://cache.zoeys.computer"
|
"https://cache.zoeys.computer"
|
||||||
# ];
|
];
|
||||||
# extra-trusted-public-keys = [
|
extra-trusted-public-keys = [
|
||||||
# "cache.zoeys.computer:0Pvq2E8GWBX9qk1aTQ3RpZ01t4Nu5uWMQy90ippP9Ls="
|
"cache.zoeys.computer:0Pvq2E8GWBX9qk1aTQ3RpZ01t4Nu5uWMQy90ippP9Ls="
|
||||||
# ];
|
];
|
||||||
# };
|
};
|
||||||
#
|
|
||||||
inputs = {
|
inputs = {
|
||||||
nixpkgs.url = "github:nixos/nixpkgs/nixos-unstable";
|
nixpkgs.url = "github:nixos/nixpkgs/nixos-unstable";
|
||||||
nixpkgs-unstable.url = "github:nixos/nixpkgs/nixpkgs-unstable";
|
nixpkgs-unstable.url = "github:nixos/nixpkgs/nixpkgs-unstable";
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue