flake: switch nixpkgs to fully unstable, update

Signed-off-by: Christoph Heiss <christoph@c8h4.io>
This commit is contained in:
Christoph Heiss 2024-05-18 15:16:09 +02:00
parent 3fa9017430
commit 6e01667e40
Signed by: c8h4
GPG key ID: 73D5E7FDEE3DE49A
2 changed files with 11 additions and 12 deletions

View file

@ -5,11 +5,11 @@
"systems": "systems"
},
"locked": {
"lastModified": 1709126324,
"narHash": "sha256-q6EQdSeUZOG26WelxqkmR7kArjgWCdw5sfJVHPH/7j8=",
"lastModified": 1710146030,
"narHash": "sha256-SZ5L6eA7HJ/nmkzGG7/ISclqe6oZdOZTNoesiInkXPQ=",
"owner": "numtide",
"repo": "flake-utils",
"rev": "d465f4819400de7c8d874d50b982301f28a84605",
"rev": "b1d9ab70662946ef0850d488da1c9019f3a9752a",
"type": "github"
},
"original": {
@ -20,17 +20,17 @@
},
"nixpkgs": {
"locked": {
"lastModified": 1709247491,
"narHash": "sha256-ezQ9DykITIxyCURptrRFvkH4uqq1S0Lv22nclzIS0Rc=",
"lastModified": 1715787315,
"narHash": "sha256-cYApT0NXJfqBkKcci7D9Kr4CBYZKOQKDYA23q8XNuWg=",
"owner": "NixOS",
"repo": "nixpkgs",
"rev": "11a19b61065a7165c763688be3d1f63859389ba5",
"rev": "33d1e753c82ffc557b4a585c77de43d4c922ebb5",
"type": "github"
},
"original": {
"owner": "NixOS",
"ref": "nixos-unstable",
"repo": "nixpkgs",
"rev": "11a19b61065a7165c763688be3d1f63859389ba5",
"type": "github"
}
},
@ -63,11 +63,11 @@
]
},
"locked": {
"lastModified": 1709546977,
"narHash": "sha256-R0bi8zAWt1s1q7lSvwiFI8+kEL29rm4WtYTqPgjlEBs=",
"lastModified": 1715940852,
"narHash": "sha256-wJqHMg/K6X3JGAE9YLM0LsuKrKb4XiBeVaoeMNlReZg=",
"owner": "numtide",
"repo": "treefmt-nix",
"rev": "e7a277c5d12bf570efa2427d9cfdb760b9a0512f",
"rev": "2fba33a182602b9d49f0b2440513e5ee091d838b",
"type": "github"
},
"original": {

View file

@ -2,8 +2,7 @@
description = "c8h4.io website";
inputs = {
nixpkgs.url =
"github:NixOS/nixpkgs/11a19b61065a7165c763688be3d1f63859389ba5"; # 29-02-2024
nixpkgs.url = "github:NixOS/nixpkgs/nixos-unstable";
flake-utils.url = "github:numtide/flake-utils";
treefmt-nix = {
url = "github:numtide/treefmt-nix";