flake: update nixpkgs and flake-utils inputs

Signed-off-by: Christoph Heiss <christoph@c8h4.io>
This commit is contained in:
Christoph Heiss 2023-11-09 23:50:59 +01:00
parent 0fe51ed711
commit 0032058212
Signed by: c8h4
GPG key ID: 73D5E7FDEE3DE49A
2 changed files with 9 additions and 11 deletions

View file

@ -5,33 +5,32 @@
"systems": "systems"
},
"locked": {
"lastModified": 1689068808,
"narHash": "sha256-6ixXo3wt24N/melDWjq70UuHQLxGV8jZvooRanIHXw0=",
"lastModified": 1694529238,
"narHash": "sha256-zsNZZGTGnMOf9YpHKJqMSsa0dXbfmxeoJ7xHlrt+xmY=",
"owner": "numtide",
"repo": "flake-utils",
"rev": "919d646de7be200f3bf08cb76ae1f09402b6f9b4",
"rev": "ff7b65b44d01cf9ba6a71320833626af21126384",
"type": "github"
},
"original": {
"owner": "numtide",
"repo": "flake-utils",
"rev": "919d646de7be200f3bf08cb76ae1f09402b6f9b4",
"type": "github"
}
},
"nixpkgs": {
"locked": {
"lastModified": 1690817243,
"narHash": "sha256-joLG9jgGGVlgutJSNB3JO8xXW0w8G2/yG2sXji5AN00=",
"lastModified": 1698792894,
"narHash": "sha256-0jeVARFZGgZRPTm6kJ16ForSOQSHCzzMqcNS7dvw5cw=",
"owner": "NixOS",
"repo": "nixpkgs",
"rev": "21ad1050bf67f6a31acc38d41b7999e1a0bd0ca0",
"rev": "3e548066a4e7a896c7d24e1ea105902d5458e417",
"type": "github"
},
"original": {
"owner": "NixOS",
"repo": "nixpkgs",
"rev": "21ad1050bf67f6a31acc38d41b7999e1a0bd0ca0",
"rev": "3e548066a4e7a896c7d24e1ea105902d5458e417",
"type": "github"
}
},

View file

@ -3,9 +3,8 @@
inputs = {
nixpkgs.url =
"github:NixOS/nixpkgs/21ad1050bf67f6a31acc38d41b7999e1a0bd0ca0"; # 31-07-2023
flake-utils.url =
"github:numtide/flake-utils/919d646de7be200f3bf08cb76ae1f09402b6f9b4"; # 11-07-2023
"github:NixOS/nixpkgs/3e548066a4e7a896c7d24e1ea105902d5458e417"; # 31-10-2023
flake-utils.url = "github:numtide/flake-utils";
treefmt-nix = {
url = "github:numtide/treefmt-nix";
inputs.nixpkgs.follows = "nixpkgs";