Update flake inputs; dustbowl: go back to 5.15 kernel
This commit is contained in:
parent
2bd938b500
commit
5da0cbe27c
3 changed files with 19 additions and 107 deletions
|
|
@ -3,9 +3,8 @@
|
|||
|
||||
inputs.nixpkgs.url = "github:NixOS/nixpkgs/nixos-unstable";
|
||||
inputs.flake-utils.url = "github:numtide/flake-utils";
|
||||
inputs.emacs-overlay.url = "github:nix-community/emacs-overlay";
|
||||
|
||||
outputs = { self, nixpkgs, flake-utils, emacs-overlay }:
|
||||
outputs = { self, nixpkgs, flake-utils }:
|
||||
flake-utils.lib.eachDefaultSystem
|
||||
(system:
|
||||
let
|
||||
|
|
@ -84,7 +83,6 @@
|
|||
system = "x86_64-linux";
|
||||
modules = [
|
||||
(import ./nixos/dustbowl.nix {
|
||||
emacs-overlay = emacs-overlay;
|
||||
nixpkgs = nixpkgs;
|
||||
})
|
||||
];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue