mirror of
https://codeberg.org/tmayoff/.dotfiles.git
synced 2025-12-06 08:48:34 -05:00
Create flake.nix
This commit is contained in:
parent
08ba31dae5
commit
2067490e15
1 changed files with 7 additions and 0 deletions
7
flake.nix
Normal file
7
flake.nix
Normal file
|
|
@ -0,0 +1,7 @@
|
||||||
|
{
|
||||||
|
description = "Top-level flake redirecting to dot_config/flake";
|
||||||
|
|
||||||
|
inputs.nixpkgs.url = "github:NixOS/nixpkgs";
|
||||||
|
|
||||||
|
outputs = { self, nixpkgs }: import ./dot_config/flake { inherit self nixpkgs; };
|
||||||
|
}
|
||||||
Loading…
Add table
Add a link
Reference in a new issue