Update flake input

This commit is contained in:
Emery Hemingway 2024-06-03 18:46:17 +03:00
parent 749a73d921
commit 6f203e3181
2 changed files with 6 additions and 3 deletions

View File

@ -2,15 +2,16 @@
"nodes": { "nodes": {
"nixpkgs": { "nixpkgs": {
"locked": { "locked": {
"lastModified": 1712449641, "lastModified": 1717196966,
"narHash": "sha256-U9DDWMexN6o5Td2DznEgguh8TRIUnIl9levmit43GcI=", "narHash": "sha256-yZKhxVIKd2lsbOqYd5iDoUIwsRZFqE87smE2Vzf6Ck0=",
"owner": "NixOS", "owner": "NixOS",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "600b15aea1b36eeb43833a50b0e96579147099ff", "rev": "57610d2f8f0937f39dbd72251e9614b1561942d8",
"type": "github" "type": "github"
}, },
"original": { "original": {
"id": "nixpkgs", "id": "nixpkgs",
"ref": "57610d2f8f09",
"type": "indirect" "type": "indirect"
} }
}, },

View File

@ -1,6 +1,8 @@
{ {
description = "Syndicate utilities"; description = "Syndicate utilities";
inputs.nixpkgs.url = "nixpkgs/57610d2f8f09";
outputs = outputs =
{ self, nixpkgs }: { self, nixpkgs }:
{ {