upgrade to 24.05
This commit is contained in:
parent
2e42c530ac
commit
3252093a0e
|
@ -2,16 +2,16 @@
|
|||
"nodes": {
|
||||
"nixpkgs": {
|
||||
"locked": {
|
||||
"lastModified": 1710542629,
|
||||
"narHash": "sha256-FdP5ENwCiMt5G+E6fCTcnKASKz2cTW19A5gOFgdiajw=",
|
||||
"lastModified": 1724316499,
|
||||
"narHash": "sha256-Qb9MhKBUTCfWg/wqqaxt89Xfi6qTD3XpTzQ9eXi3JmE=",
|
||||
"owner": "NixOS",
|
||||
"repo": "nixpkgs",
|
||||
"rev": "fc27eaa61bf866e03be1ea030fb1164fe4af02a3",
|
||||
"rev": "797f7dc49e0bc7fab4b57c021cdf68f595e47841",
|
||||
"type": "github"
|
||||
},
|
||||
"original": {
|
||||
"owner": "NixOS",
|
||||
"ref": "nixos-23.11-small",
|
||||
"ref": "nixos-24.05-small",
|
||||
"repo": "nixpkgs",
|
||||
"type": "github"
|
||||
}
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# vim: set et sw=2 ts=2 sts=2:
|
||||
{
|
||||
description = "fonts";
|
||||
inputs.nixpkgs.url = github:NixOS/nixpkgs/nixos-23.11-small;
|
||||
inputs.nixpkgs.url = github:NixOS/nixpkgs/nixos-24.05-small;
|
||||
outputs = { self, nixpkgs }:
|
||||
let
|
||||
allSystems = [ "x86_64-linux" "aarch64-linux" "x86_64-darwin" "aarch64-darwin" ];
|
||||
|
|
Loading…
Reference in a new issue