Changes
2 changed files (+30/-3)
-
-
@@ -21,13 +21,33 @@"type": "github" } }, "nixathena": { "inputs": { "nixpkgs": [ "nixpkgs" ] }, "locked": { "lastModified": 1779559875, "narHash": "sha256-d18iYRhSIcA6ZlV3mnSzRMUZZ+F9xY1MqD+O2iIo59Y=", "ref": "refs/heads/main", "rev": "4787d3d8ee1a6292868a93624d08c3a780e5e139", "revCount": 79, "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, "narHash": "sha256-30sZNZoA1cqF5JNO9fVX+wgiQYjB7HJqqJ4ztCDeBZE=", "lastModified": 1779357205, "narHash": "sha256-cCO8aTqss5x9Ky8GWkpY0Hy5fyTZEbtifSUV8QjSzic=", "owner": "NixOS", "repo": "nixpkgs", "rev": "d233902339c02a9c334e7e593de68855ad26c4cb", "rev": "f83fc3c307e74bc5fd5adb7eb6b8b13ffd2a36e1", "type": "github" }, "original": {
-
@@ -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 {
-