feat: flake-compat

This commit is contained in:
Oskar Manhart
2024-10-22 20:49:32 +02:00
parent 509a782a4a
commit 9d455ba753
5 changed files with 82 additions and 19 deletions

View File

@@ -1,8 +1,15 @@
# Copyright (c) 2024 Oskar Manhart
# All rights reserved.
#
# SPDX-License-Identifier: AGPL-3.0-or-later
{
description = "WinApps Nix packages & NixOS module";
inputs = {
nixpkgs.url = "github:NixOS/nixpkgs/nixos-unstable";
flake-compat.url = "https://flakehub.com/f/edolstra/flake-compat/1.tar.gz";
flake-utils.url = "github:numtide/flake-utils";
};