unstable nixos!!!

This commit is contained in:
nora 2023-09-01 22:18:08 +02:00
parent d043f8200f
commit 5c6d6fe1a5
3 changed files with 11 additions and 8 deletions

14
flake.lock generated
View file

@ -58,27 +58,27 @@
}, },
"nixpkgs_2": { "nixpkgs_2": {
"locked": { "locked": {
"lastModified": 1693428224, "lastModified": 1693471703,
"narHash": "sha256-FWUUlhYqkGEySUD0blTADRiDQ7fw+H1ikivfu88uy+w=", "narHash": "sha256-0l03ZBL8P1P6z8MaSDS/MvuU8E75rVxe5eE1N6gxeTo=",
"owner": "nixos", "owner": "nixos",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "841889913dfd06a70ffb39f603e29e46f45f0c1a", "rev": "3e52e76b70d5508f3cec70b882a29199f4d1ee85",
"type": "github" "type": "github"
}, },
"original": { "original": {
"owner": "nixos", "owner": "nixos",
"ref": "nixos-23.05", "ref": "nixos-unstable",
"repo": "nixpkgs", "repo": "nixpkgs",
"type": "github" "type": "github"
} }
}, },
"nur": { "nur": {
"locked": { "locked": {
"lastModified": 1693594033, "lastModified": 1693597738,
"narHash": "sha256-qYybqmJHfVeEPOww1xQf4lDqfhbDlEivwvRVZFxsSXI=", "narHash": "sha256-4QMuDc1gDGzQHf5GvI9nSt/ESYVQ931N31ZNbRrom14=",
"owner": "nix-community", "owner": "nix-community",
"repo": "NUR", "repo": "NUR",
"rev": "873732175a124cf0ad631ec6dec5a6e3f8da45cd", "rev": "e69e123d01d7d8d0df53fe523ca542cd19dce29d",
"type": "github" "type": "github"
}, },
"original": { "original": {

View file

@ -5,7 +5,7 @@
inputs = { inputs = {
# Nixpkgs # Nixpkgs
nixpkgs.url = "github:nixos/nixpkgs/nixos-23.05"; nixpkgs.url = "github:nixos/nixpkgs/nixos-unstable";
nur.url = github:nix-community/NUR; nur.url = github:nix-community/NUR;
# Home manager # Home manager

View file

@ -185,6 +185,9 @@
vim # Do not forget to add an editor to edit configuration.nix! The Nano editor is also installed by default. vim # Do not forget to add an editor to edit configuration.nix! The Nano editor is also installed by default.
wget wget
(curl.override { (curl.override {
# error: implicit declaration of function 'SSL_set_quic_use_legacy_codepoint' :(
# http3Support = true;
# curl: (60) rustls_connection_process_new_packets: invalid peer certificate: BadSignature :(
# opensslSupport = false; # opensslSupport = false;
# rustlsSupport = true; # rustlsSupport = true;
}) })