Gitiles
Code Review
Sign In
git.clicks.codes
/
Minion
/
NixFiles
/
c7a1e2fbb55e7d0f35a56bbb5eee84ed9cfb190b
/
.
/
.history
/
flake_20220304102216.nix
blob: 1096585a94bbf58b4baa0fb3e1521592ebf31deb [
file
] [
log
] [
blame
]
{
description
=
"Minion3665's NixFiles "
;
outputs
=
{
self
,
nixpkgs
}:
{
packages
.
x86_64
-
linux
.
hello
=
nixpkgs
.
legacyPackages
.
x86_64
-
linux
.
hello
;
defaultPackage
.
x86_64
-
linux
=
self
.
packages
.
x86_64
-
linux
.
hello
;
};
}