mirror of
https://github.com/jimeh/dotfiles.git
synced 2026-02-19 11:06:41 +00:00
feat(nix): add initial Nix flake configuration and lock file for package management
This commit is contained in:
4
default.nix
Normal file
4
default.nix
Normal file
@@ -0,0 +1,4 @@
|
||||
let
|
||||
flake = builtins.getFlake "git+file://${builtins.toString ./.}";
|
||||
in
|
||||
flake.packages.${builtins.currentSystem}.default
|
||||
Reference in New Issue
Block a user