From 1a4c846344f90f180c761d672dfacbf2f7ecd2ec Mon Sep 17 00:00:00 2001 From: Giulio De Pasquale Date: Sat, 28 Dec 2024 18:26:31 +0000 Subject: [PATCH] aosdhjasioudjasiodj --- flake.nix | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index b22a43c..c944cb3 100644 --- a/flake.nix +++ b/flake.nix @@ -3,9 +3,13 @@ inputs = { nixpkgs.url = "github:nixos/nixpkgs/nixos-24.11"; + flake-compat = { + url = "github:edolstra/flake-compat"; + flake = false; + }; }; - outputs = { nixpkgs, ... }: + outputs = { nixpkgs, flake-compat, ... }: let inherit (nixpkgs) lib;