Container Deployment
This commit is contained in:
@@ -2,9 +2,9 @@
|
||||
inputs.nixpkgs.url = "github:NixOS/nixpkgs/nixos-unstable";
|
||||
inputs.newalan.url = "../";
|
||||
|
||||
outputs = { self, nixpkgs, newalan, ... }: let
|
||||
outputs = { self, nixpkgs, newalan }: let
|
||||
new_alan_overlay = (final: prev: {
|
||||
new_alan = newalan.packages.newalan;
|
||||
new_alan = newalan.packages."x86_64-linux".default;
|
||||
});
|
||||
in {
|
||||
nixosConfigurations."staging" = nixpkgs.lib.nixosSystem {
|
||||
|
||||
Reference in New Issue
Block a user