flowchart TD;
subgraph flake.nix
nixosConfigurations
nixosModules
end
subgraph nixos-modules
nmD[default.nix]
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| jq, | |
| nix, | |
| nix-eval-jobs, | |
| nix-output-monitor, | |
| stdenv, | |
| writeShellApplication, | |
| }: | |
| writeShellApplication { |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Fixes https://github.com/tweag/jupyenv/issues/446 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| description = "testing bootloader option in nixos virtualisation"; | |
| inputs.nixpkgs.url = "github:nixos/nixpkgs/nixos-unstable"; | |
| inputs.flake-utils.url = "github:numtide/flake-utils"; | |
| inputs.nixos-generators.url = "github:nix-community/nixos-generators"; | |
| inputs.nixos-generators.inputs.nixpkgs.follows = "nixpkgs"; | |
| outputs = { | |
| self, |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <!DOCTYPE HTML> | |
| <meta charset="utf-8"> | |
| <html> | |
| <head> | |
| <link rel="stylesheet" type="text/css" href="http://fonts.googleapis.com/css?family=Source+Sans+Pro:400italic,600italic,700italic,200,300,400,600,700,900"> | |
| <script src="http://d3js.org/d3.v3.min.js"></script> | |
| <script src="http://d3js.org/queue.v1.min.js"></script> | |
| <script src="http://d3js.org/topojson.v1.min.js"></script> |