Compare commits

...

2 commits

Author SHA1 Message Date
Sean Buckley
993d44eb9c refactoring 2024-12-20 04:33:09 -05:00
Sean Buckley
ce2929c63e flake.lock: Update
Flake lock file updates:

• Updated input 'impermanence':
    'github:nix-community/impermanence/3ed3f0eaae9fcc0a8331e77e9319c8a4abd8a71a?narHash=sha256-B3C3JLbGw0FtLSWCjBxU961gLNv%2BBOOBC6WvstKLYMw%3D' (2024-11-10)
  → 'github:nix-community/impermanence/c6323585fa0035d780e3d8906eb1b24b65d19a48?narHash=sha256-0NursoP4BUdnc%2Bwy%2BMq3icHkXu/RgP1Sjo0MJxV2%2BDw%3D' (2024-12-14)
• Updated input 'nixpkgs':
    'github:NixOS/nixpkgs/4633a7c72337ea8fd23a4f2ba3972865e3ec685d?narHash=sha256-2ThgXBUXAE1oFsVATK1ZX9IjPcS4nKFOAjhPNKuiMn0%3D' (2024-11-25)
  → 'github:NixOS/nixpkgs/d3c42f187194c26d9f0309a8ecc469d6c878ce33?narHash=sha256-cHar1vqHOOyC7f1%2BtVycPoWTfKIaqkoe1Q6TnKzuti4%3D' (2024-12-17)
2024-12-20 03:00:16 -05:00
4 changed files with 15 additions and 13 deletions

View file

@ -2,11 +2,11 @@
"nodes": { "nodes": {
"impermanence": { "impermanence": {
"locked": { "locked": {
"lastModified": 1731242966, "lastModified": 1734200366,
"narHash": "sha256-B3C3JLbGw0FtLSWCjBxU961gLNv+BOOBC6WvstKLYMw=", "narHash": "sha256-0NursoP4BUdnc+wy+Mq3icHkXu/RgP1Sjo0MJxV2+Dw=",
"owner": "nix-community", "owner": "nix-community",
"repo": "impermanence", "repo": "impermanence",
"rev": "3ed3f0eaae9fcc0a8331e77e9319c8a4abd8a71a", "rev": "c6323585fa0035d780e3d8906eb1b24b65d19a48",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -17,11 +17,11 @@
}, },
"nixpkgs": { "nixpkgs": {
"locked": { "locked": {
"lastModified": 1732521221, "lastModified": 1734424634,
"narHash": "sha256-2ThgXBUXAE1oFsVATK1ZX9IjPcS4nKFOAjhPNKuiMn0=", "narHash": "sha256-cHar1vqHOOyC7f1+tVycPoWTfKIaqkoe1Q6TnKzuti4=",
"owner": "NixOS", "owner": "NixOS",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "4633a7c72337ea8fd23a4f2ba3972865e3ec685d", "rev": "d3c42f187194c26d9f0309a8ecc469d6c878ce33",
"type": "github" "type": "github"
}, },
"original": { "original": {

View file

@ -1,6 +1,8 @@
{ {
inputs.nixpkgs.url = "nixpkgs/nixos-unstable"; inputs = {
inputs.impermanence.url = "github:nix-community/impermanence"; nixpkgs.url = "nixpkgs/nixos-unstable";
impermanence.url = "github:nix-community/impermanence";
};
outputs = outputs =
{ {

View file

@ -50,10 +50,10 @@
nix = { nix = {
nixPath = [ "nixpkgs=flake:nixpkgs" ]; nixPath = [ "nixpkgs=flake:nixpkgs" ];
extraOptions = '' settings = {
experimental-features = nix-command flakes experimental-features = "nix-command flakes";
keep-build-log = false keep-build-log = false;
''; };
}; };
services = { services = {

View file

@ -54,7 +54,7 @@ with lib;
''; '';
fonts.packages = [ fonts.packages = [
(pkgs.nerdfonts.override { fonts = [ "DejaVuSansMono" ]; }) pkgs.nerd-fonts.dejavu-sans-mono
]; ];
environment.systemPackages = with pkgs; [ environment.systemPackages = with pkgs; [