This commit is contained in:
iFargle 2023-06-30 18:48:25 +09:00
parent 3fc32ade25
commit 3e4e74f79e

View file

@ -1,7 +1,8 @@
{ {
description = "Bootstrap Nix Flake for my laptop";
inputs = { inputs = {
nixpngs.url = "github:nixos/nixpgs/nixos-23.05"; nixpkgs.url = "github:nixos/nixpgs/nixos-23.05";
}; };
outputs = { self, nixpkgs }: { outputs = { self, nixpkgs }: {