commit
This commit is contained in:
parent
44f657bc7c
commit
b4ecd8f5f8
|
@ -2,11 +2,11 @@
|
||||||
|
|
||||||
description = "Kyler Olsen's flake";
|
description = "Kyler Olsen's flake";
|
||||||
|
|
||||||
input = {
|
inputs = {
|
||||||
nixpkgs.url = "nixpkgs/nixos-24.11";
|
nixpkgs.url = "nixpkgs/nixos-24.11";
|
||||||
};
|
};
|
||||||
|
|
||||||
output = { self, nixpkgs, ... } :
|
outputs = { self, nixpkgs, ... } :
|
||||||
let
|
let
|
||||||
lib = nixpkgs.lib;
|
lib = nixpkgs.lib;
|
||||||
in {
|
in {
|
||||||
|
|
Loading…
Reference in New Issue