Add flake-compat

This commit is contained in:
2023-04-10 21:17:59 +01:00
parent 883417f385
commit 5890ef4398
3 changed files with 39 additions and 11 deletions

View File

@@ -1,9 +1,12 @@
{
description = "Vimium PKI";
inputs.nixpkgs.url = github:nixos/nixpkgs/nixpkgs-unstable;
inputs.flake-compat = {
url = "github:edolstra/flake-compat";
flake = false;
};
outputs = { self, nixpkgs }:
outputs = { self, nixpkgs, ... }:
let
pkgs = nixpkgs.legacyPackages.x86_64-linux;
in {