From 7714f2c6a4c77e616fd3c64868c10337b9ca3a1e Mon Sep 17 00:00:00 2001 From: Quentin Aristote Date: Sat, 11 Feb 2023 17:22:56 +0100 Subject: add flake --- flake.nix | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 flake.nix (limited to 'flake.nix') diff --git a/flake.nix b/flake.nix new file mode 100644 index 0000000..ff8161a --- /dev/null +++ b/flake.nix @@ -0,0 +1,11 @@ +{ + inputs = { + my-nixpkgs = "git+file:///home/qaristote/code/nix/my-nixpkgs"; + }; + outputs = { self, nixpkgs }: { + nixosConfigurations.latitude-7490 = nixpkgs.lib.nixosSystem { + system = "x86_64-linux"; + modules = [ ./nixos/configuration.nix ]; + }; + }; +} -- cgit v1.2.3