flake: switch back to nixpkgs
This commit is contained in:
parent
d0ff7f02f1
commit
0b5306c9da
16
flake.lock
16
flake.lock
@ -2,15 +2,17 @@
|
|||||||
"nodes": {
|
"nodes": {
|
||||||
"nixpkgs": {
|
"nixpkgs": {
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1691405454,
|
"lastModified": 1693485037,
|
||||||
"narHash": "sha256-D76+fg/0znDAG/iiDS6znqHx3qVr9b8OG7Be+ILTapc=",
|
"narHash": "sha256-2fYxPBm40vHJ0ZKlK3O1tDVnirmBlldAPDOAlJ1l5R4=",
|
||||||
"path": "/nix/store/5dnc5l02xxdfgn53jrnzz30xf5iandid-source",
|
"owner": "nixos",
|
||||||
"rev": "9b204e5c6dca8e516803b417971be45d8b2fc7b4",
|
"repo": "nixpkgs",
|
||||||
"type": "path"
|
"rev": "b1aa4850b8cd114764bbe7ac7aecc20ed7b816f3",
|
||||||
|
"type": "github"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
"id": "nixpkgs",
|
"owner": "nixos",
|
||||||
"type": "indirect"
|
"repo": "nixpkgs",
|
||||||
|
"type": "github"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"root": {
|
"root": {
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
description = "openbsd.app: a tool to search OpenBSD packages";
|
description = "openbsd.app: a tool to search OpenBSD packages";
|
||||||
|
|
||||||
inputs.nixpkgs.url = "nixpkgs";
|
inputs.nixpkgs.url = "github:nixos/nixpkgs";
|
||||||
|
|
||||||
outputs = { self, nixpkgs }:
|
outputs = { self, nixpkgs }:
|
||||||
let
|
let
|
||||||
|
Loading…
Reference in New Issue
Block a user