update to nixpkgs-23-11-small

master
Denis Knauf 2024-03-02 22:32:09 +01:00
parent 2a0ddf3352
commit b077f26ee1
2 changed files with 5 additions and 5 deletions

View File

@ -2,16 +2,16 @@
"nodes": {
"nixpkgs": {
"locked": {
"lastModified": 1688982920,
"narHash": "sha256-FN1RT/FG0V+oImd3LDAWXo+POc2M8ov0knL/RlEQ67Y=",
"lastModified": 1709315803,
"narHash": "sha256-/hHKlXR/w2Q1CgNfMPlbu68/0kGXG6py08hzhWuA5jI=",
"owner": "NixOS",
"repo": "nixpkgs",
"rev": "5e5ae660accca939e8995de98db5449c21cf7119",
"rev": "01c6ad6d0b29988f30b8526b64775e02aba126d0",
"type": "github"
},
"original": {
"owner": "NixOS",
"ref": "nixos-23.05-small",
"ref": "nixos-23.11-small",
"repo": "nixpkgs",
"type": "github"
}

View File

@ -1,7 +1,7 @@
# vim: set et sw=2 ts=2 sts=2:
{
description = "fonts";
inputs.nixpkgs.url = github:NixOS/nixpkgs/nixos-23.05-small;
inputs.nixpkgs.url = github:NixOS/nixpkgs/nixos-23.11-small;
outputs = { self, nixpkgs }:
let
allSystems = [ "x86_64-linux" "aarch64-linux" "x86_64-darwin" "aarch64-darwin" ];