flake: Update

This commit is contained in:
Jan Kremer 2024-07-13 13:56:43 +02:00
parent 10c92296c9
commit 0a2d131fcd
Signed by: jan
GPG key ID: A7DA689CB3B078EC
2 changed files with 10 additions and 19 deletions

20
flake.lock generated
View file

@ -16,22 +16,6 @@
"type": "github" "type": "github"
} }
}, },
"nixpkgs_2": {
"locked": {
"lastModified": 1719690277,
"narHash": "sha256-0xSej1g7eP2kaUF+JQp8jdyNmpmCJKRpO12mKl/36Kc=",
"owner": "nixos",
"repo": "nixpkgs",
"rev": "2741b4b489b55df32afac57bc4bfd220e8bf617e",
"type": "github"
},
"original": {
"owner": "nixos",
"ref": "nixos-unstable",
"repo": "nixpkgs",
"type": "github"
}
},
"root": { "root": {
"inputs": { "inputs": {
"nixpkgs": "nixpkgs", "nixpkgs": "nixpkgs",
@ -55,7 +39,9 @@
}, },
"treefmt": { "treefmt": {
"inputs": { "inputs": {
"nixpkgs": "nixpkgs_2" "nixpkgs": [
"nixpkgs"
]
}, },
"locked": { "locked": {
"lastModified": 1719887753, "lastModified": 1719887753,

View file

@ -1,7 +1,12 @@
{ {
description = "Hugo website"; description = "Hugo website";
inputs.nixpkgs.url = "github:NixOS/nixpkgs/nixpkgs-unstable"; inputs = {
inputs.treefmt.url = "github:numtide/treefmt-nix"; nixpkgs.url = "github:NixOS/nixpkgs/nixpkgs-unstable";
treefmt = {
url = "github:numtide/treefmt-nix";
inputs.nixpkgs.follows = "nixpkgs";
};
};
outputs = outputs =
{ {