This commit is contained in:
Kyler Olsen 2025-05-07 15:58:02 -06:00
parent 44f657bc7c
commit b4ecd8f5f8
1 changed files with 2 additions and 2 deletions

View File

@ -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 {