Changes
2 changed files (+27/-0)
-
-
@@ -21,6 +21,26 @@"type": "github" } }, "nixathena": { "inputs": { "nixpkgs": [ "nixpkgs" ] }, "locked": { "lastModified": 1779434302, "narHash": "sha256-tUuARlZ6nZKlV+QGaucwuzOH0/crrbeEafCBj/+KV6E=", "ref": "refs/heads/main", "rev": "3f9f52d9775bec8190ddedfb5c16162fa4c162c7", "revCount": 66, "type": "git", "url": "https://forgejo.mit.edu/SIPB/nixathena.git" }, "original": { "type": "git", "url": "https://forgejo.mit.edu/SIPB/nixathena.git" } }, "nixpkgs": { "locked": { "lastModified": 1778869304,
-
@@ -40,6 +60,7 @@"root": { "inputs": { "disko": "disko", "nixathena": "nixathena", "nixpkgs": "nixpkgs" } }
-
-
-
@@ -8,6 +8,11 @@url = "github:nix-community/disko/latest"; inputs.nixpkgs.follows = "nixpkgs"; }; # Dogfooding my own project nixathena = { url = "git+https://forgejo.mit.edu/SIPB/nixathena.git"; inputs.nixpkgs.follows = "nixpkgs"; }; }; outputs = inputs@{ self, nixpkgs, ... }:
-
@@ -23,6 +28,7 @@./configuration.nix ./laptop.nix ./Framework-13 inputs.nixathena.nixosModules.default ]; }; ThinkPad-Yoga-14 = nixpkgs.lib.nixosSystem {
-