This commit is contained in:
xenia 2024-12-02 02:19:49 -05:00
parent e67fb3b037
commit 529b390d13
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
{ {
description = "A very basic flake"; description = "A very basic flake";
outputs = { self, dragnpkgs } @ inputs: { outputs = { self, dragnpkgs } @ inputs: dragnpkgs.lib.mkFlake {
packages.hello = { stdenv }: stdenv.mkDerivation { packages.hello = { stdenv }: stdenv.mkDerivation {
name = "hello"; name = "hello";
src = self; src = self;