flake: switch back to nixpkgs

This commit is contained in:
Aaron Bieber 2023-08-31 07:46:04 -06:00
parent d0ff7f02f1
commit 0b5306c9da
No known key found for this signature in database
2 changed files with 10 additions and 8 deletions

View File

@ -2,15 +2,17 @@
"nodes": {
"nixpkgs": {
"locked": {
"lastModified": 1691405454,
"narHash": "sha256-D76+fg/0znDAG/iiDS6znqHx3qVr9b8OG7Be+ILTapc=",
"path": "/nix/store/5dnc5l02xxdfgn53jrnzz30xf5iandid-source",
"rev": "9b204e5c6dca8e516803b417971be45d8b2fc7b4",
"type": "path"
"lastModified": 1693485037,
"narHash": "sha256-2fYxPBm40vHJ0ZKlK3O1tDVnirmBlldAPDOAlJ1l5R4=",
"owner": "nixos",
"repo": "nixpkgs",
"rev": "b1aa4850b8cd114764bbe7ac7aecc20ed7b816f3",
"type": "github"
},
"original": {
"id": "nixpkgs",
"type": "indirect"
"owner": "nixos",
"repo": "nixpkgs",
"type": "github"
}
},
"root": {

View File

@ -1,7 +1,7 @@
{
description = "openbsd.app: a tool to search OpenBSD packages";
inputs.nixpkgs.url = "nixpkgs";
inputs.nixpkgs.url = "github:nixos/nixpkgs";
outputs = { self, nixpkgs }:
let